Skip to content

Commit

Permalink
update grep command for new saved message
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanielc committed Apr 14, 2018
1 parent 611d8a2 commit 58cfba4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/minecraftctl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ game_command() {

# Do a world save
save() {
game_command "save-all flush" "Saved the world"
game_command "save-all flush" "Saved the"
game_command "say Saved the world"
}

Expand All @@ -153,7 +153,7 @@ backup() {
ret=0
game_command "save-off"
ret=$(($ret + $?))
game_command "save-all flush" "Saved the world"
game_command "save-all flush" "Saved the"
ret=$(($ret + $?))
sync
ret=$(($ret + $?))
Expand Down

0 comments on commit 58cfba4

Please sign in to comment.