Browse Source

Adiciona logo ascii no inicio do SAPL via docker

pull/2490/head
Edward Ribeiro 6 years ago
parent
commit
1b186254c4
  1. 8
      start.sh

8
start.sh

@ -100,6 +100,14 @@ if [ $lack_pwd -eq 0 ]; then
# return -1 # return -1
fi fi
echo "-------------------------------------"
echo "| ███████╗ █████╗ ██████╗ ██╗ |"
echo "| ██╔════╝██╔══██╗██╔══██╗██║ |"
echo "| ███████╗███████║██████╔╝██║ |"
echo "| ╚════██║██╔══██║██╔═══╝ ██║ |"
echo "| ███████║██║ ██║██║ ███████╗ |"
echo "| ╚══════╝╚═╝ ╚═╝╚═╝ ╚══════╝ |"
echo "-------------------------------------"
/bin/sh gunicorn_start.sh no-venv & /bin/sh gunicorn_start.sh no-venv &
/usr/sbin/nginx -g "daemon off;" /usr/sbin/nginx -g "daemon off;"

Loading…
Cancel
Save