diff --git a/ct/plex-v3.sh b/ct/plex-v3.sh index 8d3ea495..da77b58e 100644 --- a/ct/plex-v3.sh +++ b/ct/plex-v3.sh @@ -1,4 +1,5 @@ #!/usr/bin/env bash +echo -e "Loading..." NEXTID=$(pvesh get /cluster/nextid) INTEGER='^[0-9]+$' YW=`echo "\033[33m"` @@ -32,6 +33,7 @@ function error_exit() { } while true; do + clear read -p "This will create a New ${APP} LXC. Proceed(y/n)?" yn case $yn in [Yy]* ) break;;