Skip to content

Commit

Permalink
fix: stop command not working
Browse files Browse the repository at this point in the history
  • Loading branch information
2mal3 committed Jul 18, 2024
1 parent 39e42d0 commit 8bcf263
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/somnus/logic/stop.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ async def _stop_mc_server(ssh: pxssh.pxssh, config: Config):
ssh.sendline("sudo screen -r mc-server-control")
ssh.expect("sudo")
ssh.sendline(config.HOST_SERVER_PASSWORD)
ssh.expect(">")
yield

log.debug("Sending stop command ...")
Expand Down

0 comments on commit 8bcf263

Please sign in to comment.