Update whoogle-v3.sh

This commit is contained in:
tteckster 2022-07-21 10:14:35 -04:00 committed by GitHub
parent b743b75589
commit 1ee32b66af
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,5 @@
#!/usr/bin/env bash #!/usr/bin/env bash
echo -e "Loading..."
APP="Whoogle" APP="Whoogle"
var_disk="2" var_disk="2"
var_cpu="1" var_cpu="1"
@ -48,6 +49,7 @@ function msg_ok() {
} }
while true; do while true; do
clear
read -p "This will create a New ${APP} LXC. Proceed(y/n)?" yn read -p "This will create a New ${APP} LXC. Proceed(y/n)?" yn
case $yn in case $yn in
[Yy]* ) break;; [Yy]* ) break;;