Skip to content

Commit

Permalink
Remove unnecessary codes
Browse files Browse the repository at this point in the history
  • Loading branch information
seoseonyu committed Jan 31, 2024
1 parent e5f6fab commit 8163be0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scripts/restore.sh
Original file line number Diff line number Diff line change
Expand Up @@ -99,11 +99,9 @@ if [ -f "$BACKUP_FILE" ]; then

printf "\e[0;32mRestore complete!!!! Please restart the Docker container\e[0m\n"

trap - ERR
exit 0
else
echo "The selected backup file does not exist."
trap - ERR
exit 1
fi
else
Expand Down

0 comments on commit 8163be0

Please sign in to comment.