Skip to content

Commit

Permalink
Activate shutdown in case of error.
Browse files Browse the repository at this point in the history
  • Loading branch information
kosmitive committed Apr 23, 2024
1 parent 755429b commit 86b16a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/run_pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ def run_pipeline():
logger.info("Interrupted by Ctrl+C.")
else:
logger.info("Shutdown system.")
# os.system("sudo shutdown now")
os.system("sudo shutdown now")


if __name__ == "__main__":
Expand Down

0 comments on commit 86b16a8

Please sign in to comment.