postinstall.sh fixes
This commit is contained in:
parent
4f8b243034
commit
6aaaaca211
1 changed files with 8 additions and 8 deletions
|
@ -175,12 +175,12 @@ if [ -n "$(which apache2 2> /dev/null)" ] || [ -n "$(which httpd 2> /dev/null)"
|
|||
test -f ${WEBSERVER_CONF} || cp ${ZAMMAD_DIR}/contrib/apache2/zammad.conf ${WEBSERVER_CONF}
|
||||
fi
|
||||
|
||||
echo "# Restarting webserver ${WEBSERVER_CMD}"
|
||||
${INIT_CMD} restart ${WEBSERVER_CMD}
|
||||
|
||||
echo "# Creating webserver bootstart"
|
||||
${INIT_CMD} enable ${WEBSERVER_CMD}
|
||||
|
||||
echo "# Restarting webserver ${WEBSERVER_CMD}"
|
||||
${INIT_CMD} restart ${WEBSERVER_CMD}
|
||||
|
||||
echo -e "####################################################################################"
|
||||
echo -e "\nAdd your FQDN to servername directive in ${WEBSERVER_CONF}"
|
||||
echo -e "and restart your webserver if you're not testing localy"
|
||||
|
|
Loading…
Reference in a new issue