modified: 01-setup.sh

This commit is contained in:
Myve 2024-08-20 00:27:33 +00:00
commit 2c2c20384a

View file

@ -4,7 +4,6 @@ appname= #google
proxyurl= #http://webapps.kvm
proxyport= #4000
domain= #www.google.com
eff_email_address= #eff@eff.com
mailver= #latest/stable
# Exit on any error
@ -21,7 +20,7 @@ else
fi
# Variable check
if [ -z ${appname} ] || [ -z ${proxyurl} ] || [ -z ${proxyport} ] || [ -z ${domain} ] || [ -z ${eff_email_address} ]
if [ -z ${appname} ] || [ -z ${proxyurl} ] || [ -z ${proxyport} ] || [ -z ${domain} ]
then
echo "Missing variable, exiting..."
exit 1