no need to remove list, because of echo >

pull/985/head
Promofaux 8 years ago
parent 8591f9d576
commit a3d519b671

@ -244,10 +244,6 @@ gravity_hostFormat() {
# Format domain list as "192.168.x.x domain.com"
echo -n "::: Formatting domains into a HOSTS file..."
if [[ -f ${localList} ]]; then
rm ${localList}
fi
if [[ -f /etc/hostname ]]; then
hostname=$(</etc/hostname)
elif [ -x "$(command -v hostname)" ]; then

Loading…
Cancel
Save