209,7 → 209,7 |
rm -f /var/tmp/alcasar-conf* |
else |
# Create the archive of conf files |
$DIR_SCRIPTS/alcasar-conf.sh --create |
$DIR_DEST_BIN/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 |
2430,7 → 2430,7 |
done |
if [ "$response" = "o" ] || [ "$response" = "O" ] || [ "$response" = "Y" ] || [ "$response" = "y" ] |
then |
$DIR_SCRIPTS/alcasar-conf.sh --create |
$DIR_DEST_BIN/alcasar-conf.sh --create |
else |
rm -f /var/tmp/alcasar-conf* |
fi |