Better bash

This commit is contained in:
angristan 2018-09-16 01:26:37 +02:00
parent 62380c512b
commit 3209441775
1 changed files with 2 additions and 2 deletions

View File

@ -455,8 +455,8 @@ else
read -rp "Apply configuration changes to Unbound? [y/n]: " -e CONTINUE
done
if [[ $CONTINUE = "n" ]];then
DNS=""
CONTINUE=""
unset DNS
unset CONTINUE
fi
fi
done