postinstall.sh changes
reflect apache2 dependency in debian/ubuntu when showing zammad url
This commit is contained in:
parent
307b9dc744
commit
e1ad7f9c5a
1 changed files with 5 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue