mv to /opt/bin
This commit is contained in:
parent
ddff7351f8
commit
f9766c3517
1 changed files with 3 additions and 3 deletions
|
@ -39,8 +39,8 @@ EOF
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
source /etc/environment
|
source /etc/environment
|
||||||
source /indiehosters/utils/helpers
|
source /opt/bin/helpers
|
||||||
source /indiehosters/utils/configure_dkim_dns
|
source /opt/bin/configure_dkim_dns
|
||||||
|
|
||||||
function buy_domain_name () {
|
function buy_domain_name () {
|
||||||
|
|
||||||
|
@ -119,7 +119,7 @@ function application () {
|
||||||
else
|
else
|
||||||
export MAIL_PASS=`tr -dc A-Za-z0-9_ < /dev/urandom | head -c 20 | xargs`
|
export MAIL_PASS=`tr -dc A-Za-z0-9_ < /dev/urandom | head -c 20 | xargs`
|
||||||
export MAIL_USER="noreply.${arg_u}@${MAIL_DOMAIN}"
|
export MAIL_USER="noreply.${arg_u}@${MAIL_DOMAIN}"
|
||||||
/indiehosters/utils/add_mailbox ${MAIL_USER} ${MAIL_PASS}
|
/opt/bin/add_mailbox ${MAIL_USER} ${MAIL_PASS}
|
||||||
fi
|
fi
|
||||||
./scripts/install
|
./scripts/install
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue