Modify exit code number

pull/180/head
ToutyRater 2020-11-24 16:33:01 +00:00 committed by GitHub
parent a4a3bb4b53
commit 7c83cb4a17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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"