Skip to content

Commit

Permalink
Fix restart parameter on shutdown command (#118)
Browse files Browse the repository at this point in the history
Fixes #117
  • Loading branch information
mtlynch authored Aug 9, 2020
1 parent 4ac2a1a commit 8b41bb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/local_system.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def hostname():

def shutdown():
logger.info('Shutting down system')
return _exec_shutdown(restart=True)
return _exec_shutdown(restart=False)


def restart():
Expand Down

0 comments on commit 8b41bb0

Please sign in to comment.