mirror of
https://git.myvelabs.com/docker/myvemail.git
synced 2025-12-17 21:26:19 +00:00
modified: 01-setup.sh
This commit is contained in:
parent
17467a332f
commit
2c2c20384a
1 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue