Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ai
sso
Commits
0ce0fc52
Commit
0ce0fc52
authored
Mar 30, 2014
by
ale
Browse files
fix silly ordering of NO_START checks
parent
ed0ae76a
Changes
1
Hide whitespace changes
Inline
Side-by-side
debian/ai-sso-server.init
View file @
0ce0fc52
...
...
@@ -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
=
"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment