updated sp

This commit is contained in:
naturallaw77 2023-07-10 01:22:21 -07:00
parent 1166765e7d
commit 5a0df28fe6

View File

@ -1,5 +1,7 @@
#!/usr/bin/env bash #!/usr/bin/env bash
set -o nounset
GREEN="\e[32m" GREEN="\e[32m"
LIGHTBLUE="\e[94m" LIGHTBLUE="\e[94m"
ENDCOLOR="\e[0m" 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 "${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" echo -e "${GREEN}All Finished! Please Reboot then Enjoy your New Sovran Pro!${ENDCOLOR} \n"
exit 0