mirror of
https://git.myvelabs.com/docker/myvemail.git
synced 2025-12-17 23:56: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
|
proxyurl= #http://webapps.kvm
|
||||||
proxyport= #4000
|
proxyport= #4000
|
||||||
domain= #www.google.com
|
domain= #www.google.com
|
||||||
eff_email_address= #eff@eff.com
|
|
||||||
mailver= #latest/stable
|
mailver= #latest/stable
|
||||||
|
|
||||||
# Exit on any error
|
# Exit on any error
|
||||||
|
|
@ -21,7 +20,7 @@ else
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Variable check
|
# 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
|
then
|
||||||
echo "Missing variable, exiting..."
|
echo "Missing variable, exiting..."
|
||||||
exit 1
|
exit 1
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue