Skip to content

Commit

Permalink
Modify exit code number
Browse files Browse the repository at this point in the history
  • Loading branch information
ToutyRater authored Nov 24, 2020
1 parent a4a3bb4 commit 7c83cb4
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 7c83cb4

Please sign in to comment.