Fix script bug
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Adrien Reslinger 2021-09-17 14:59:16 +02:00
parent 8c9327860d
commit 9855d8973a
Signed by: adrien
GPG key ID: DA7B27055C66D6DE

View file

@ -7,6 +7,8 @@ for PARAM in "$@"; do
--static) STATIC=true ;; --static) STATIC=true ;;
--help) --help)
echo "syntaxe: $0 [--help] [--static] [--version=7|8] [--distrib=RedHat|CentOS|AlmaLinux]" echo "syntaxe: $0 [--help] [--static] [--version=7|8] [--distrib=RedHat|CentOS|AlmaLinux]"
exit 0
;;
esac esac
done done
if [ -z "${DIST_VERSION}" ]; then if [ -z "${DIST_VERSION}" ]; then