fix calling extra-scripts.sh

This commit is contained in:
Pance Ribarski 2018-08-10 11:10:50 +02:00
parent 59e403a760
commit 2e24eeae19
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ UWSGI_OPTS="--plugins http,python,gevent --socket /tmp/uwsgi.sock --uid 92 --gid
# Check whether http basic auth password protection is enabled and enable basicauth routing on uwsgi respecfully
if [ $? -eq 0 ]
then
extra_scripts.sh
/bin/sh extra_scripts.sh
if [ "$PASSWORD_PROTECT" = true ]
then
if [ "$HTPASSWD_USER" ] || [ "$HTPASSWD_PASSWORD" ]