Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Commit

Permalink
Fix dump interruption issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Heavybullets8 committed Jan 7, 2024
1 parent 6d7164e commit 4fd7403
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/update/utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ process_update() {
continue
elif [[ $output =~ "dump interrupted" ]]; then
sleep 20
continue
return 1
else
if $last_attempt; then
echo_array+=("Failed to update\nManual intervention may be required")
Expand Down

0 comments on commit 4fd7403

Please sign in to comment.