Skip to content

Commit

Permalink
Merge pull request v2fly#180 from ToutyRater/patch-1
Browse files Browse the repository at this point in the history
Modify exit code number
  • Loading branch information
IceCodeNew authored Nov 24, 2020
2 parents a4a3bb4 + 7c83cb4 commit 224e431
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,7 @@ main() {
if [[ "$?" -eq '1' ]]; then
"rm" -r "$TMP_DIRECTORY"
echo "removed: $TMP_DIRECTORY"
exit 0
exit 1
fi
install_software 'unzip' 'unzip'
decompression "$ZIP_FILE"
Expand Down

0 comments on commit 224e431

Please sign in to comment.