postinstall.sh changes

reflect apache2 dependency in debian/ubuntu when showing zammad url
This commit is contained in:
André Bauer 2016-11-04 11:13:11 +01:00 committed by GitHub
parent 307b9dc744
commit e1ad7f9c5a

View file

@ -134,7 +134,10 @@ if [ -n "$(which nginx)" ]; then
echo "# Restarting Nginx"
${INIT_CMD} restart nginx
echo -e "\nAdd your FQDN to servername directive in ${NGINX_CONF} and restart nginx if you're not testing localy"
echo -e "or open http://localhost in your browser to start using Zammad.\n"
else
echo -e "\nOpen http://localhost:3000 in your browser to start using Zammad.\n"
fi
echo -e "\nAdd your FQDN to servername directive in ${NGINX_CONF} and restart nginx if you're not testing localy"
echo -e "or open http://localhost in your browser to start using Zammad.\n"