mirror of
https://github.com/angristan/openvpn-install.git
synced 2024-11-22 16:59:03 +01:00
Better bash
This commit is contained in:
parent
62380c512b
commit
3209441775
@ -455,8 +455,8 @@ else
|
|||||||
read -rp "Apply configuration changes to Unbound? [y/n]: " -e CONTINUE
|
read -rp "Apply configuration changes to Unbound? [y/n]: " -e CONTINUE
|
||||||
done
|
done
|
||||||
if [[ $CONTINUE = "n" ]];then
|
if [[ $CONTINUE = "n" ]];then
|
||||||
DNS=""
|
unset DNS
|
||||||
CONTINUE=""
|
unset CONTINUE
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
Loading…
Reference in New Issue
Block a user