From 5a0df28fe633f493b37e806b2ddaa8ffa271f45c Mon Sep 17 00:00:00 2001 From: naturallaw77 Date: Mon, 10 Jul 2023 01:22:21 -0700 Subject: [PATCH] updated sp --- for_new_sovran_pros/sp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/for_new_sovran_pros/sp b/for_new_sovran_pros/sp index ff08383..37109c9 100644 --- a/for_new_sovran_pros/sp +++ b/for_new_sovran_pros/sp @@ -1,5 +1,7 @@ #!/usr/bin/env bash +set -o nounset + GREEN="\e[32m" LIGHTBLUE="\e[94m" ENDCOLOR="\e[0m" @@ -197,4 +199,6 @@ echo -e "$(pwgen -s 17 -1) \n" echo -e "${LIGHTBLUE}One last thing, you need to put the Njalla DDNS info from Njalla into njalla.sh.${ENDCOLOR} \n" -echo -e "${GREEN}All Finished! Please Reboot then Enjoy your New Sovran Pro!${ENDCOLOR} \n" \ No newline at end of file +echo -e "${GREEN}All Finished! Please Reboot then Enjoy your New Sovran Pro!${ENDCOLOR} \n" + +exit 0 \ No newline at end of file