Fix JIRAFEAU_UPLOAD_PASSWD use.

Variable in help is described as JIRAFEAU_UPLOAD_PASSWD but both tested
and assigned variables have the wrong name.
This commit is contained in:
Asharas 2022-07-10 22:03:11 +02:00 committed by Jérôme Jutteau
parent d1eacb5148
commit bb49c0bb63

View File

@ -260,8 +260,8 @@ if [ -n "$JIRAFEAU_ONE_TIME" ]; then
one_time='1'
fi
if [ -n "$UPLOAD_PASSWD" ]; then
upload_password="$JIRAFEAU_UPLOAD_PASSWORD"
if [ -n "$JIRAFEAU_UPLOAD_PASSWD" ]; then
upload_password="$JIRAFEAU_UPLOAD_PASSWD"
fi
if [ -z "$curl" ]; then