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
Cecylia Bocovich
gettor
Commits
dbb57de1
Commit
dbb57de1
authored
Sep 30, 2019
by
Hiro
🏄
Browse files
Update check service script
parent
38a16893
Changes
1
Hide whitespace changes
Inline
Side-by-side
bin/gettor_check
View file @
dbb57de1
...
...
@@ -16,10 +16,10 @@ source /home/gettor/gettor/venv/bin/activate
python3 /home/gettor/gettor/scripts/check_service
$1
# store exit status
status
=
$?
if
test
$status
-ne
0
then
/home/gettor/gettor/bin/gettor_service start
fi
deactivate
#
status=$?
#
#
if test $status -ne 0
#
then
#
/home/gettor/gettor/bin/gettor_service start
#
fi
#
deactivate
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