Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
kimzuni committed Apr 18, 2024
1 parent 9f4f889 commit 31a1be3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions scripts/auto_reboot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ countdown_message "${AUTO_REBOOT_WARN_MINUTES}" "Server will reboot"
countdown_exit_code=$?
case "${countdown_exit_code}" in
0 )
# shellcheck disable=SC2119
wait_save
shutdown_server
;;
Expand Down
1 change: 1 addition & 0 deletions scripts/update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ countdown_message "${AUTO_UPDATE_WARN_MINUTES}" "Server will update"
countdown_exit_code=$?
case "${countdown_exit_code}" in
0 )
# shellcheck disable=SC2119
wait_save
LogAction "Updating the server from $CURRENT_COMMIT to ${TARGET_COMMIT_ID:-$LATEST_COMMIT}."
backup
Expand Down

0 comments on commit 31a1be3

Please sign in to comment.