Subversion Repositories ALCASAR

Compare Revisions

Regard whitespace Rev 2969 → Rev 2970

/alcasar.sh
201,6 → 201,11
else
# Create the archive of conf files
$DIR_SCRIPTS/alcasar-conf.sh --create
# avoid lack of local DNS resolution when unbound is updated (alcasar <= V5.3)
local_unbound_unit=`ls /etc/systemd/system/unbound* 2>/dev/null | wc -w`
if [ $local_unbound_unit -ne 4 ]; then
cp -f /lib/systemd/system/unbound*.service /etc/systemd/system/
fi
mode="update"
fi
fi