mirror of
https://gitlab.com/mojo42/Jirafeau.git
synced 2025-04-21 04:01:51 +02:00
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:
parent
d1eacb5148
commit
bb49c0bb63
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user