Skip to content
Snippets Groups Projects
Commit 0ce0fc52 authored by ale's avatar ale
Browse files

fix silly ordering of NO_START checks

parent ed0ae76a
Branches
No related tags found
No related merge requests found
......@@ -29,11 +29,11 @@ check_dirs() {
chown -R ${USER} ${LOGDIR}
}
test -e /etc/default/ai-sso-server && . /etc/default/ai-sso-server
test -x ${GUNICORN} || exit 0
test ${NO_START} -eq 1 && exit 0
test -e /etc/default/ai-sso-server && . /etc/default/ai-sso-server
. /lib/lsb/init-functions
GUNICORN_OPTS="
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment