Update glacier

This commit is contained in:
everest 2022-06-08 16:37:32 +00:00 committed by GitHub
parent 975ad4fcd2
commit b4749dc30b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -229,9 +229,5 @@ while [[ $# -gt 0 ]]; do
printf "$red [ $error ]$reset Unknown option, use 'glacier -h' to see usage.\n"
exit 1
;;
)
printf "$red [ $error ]$reset No arguments given, use 'glacier -h' to see usage.\n"
exit 1
;;
esac
done