X-Git-Url: https://git.p6c8.net/jirafeau_mojo42.git/blobdiff_plain/78a1c41c40bb216e3879220fc544f8ae816d3c1b..3426456f3f8fcecd88b76f17f645b25969787f05:/script.php?ds=inline diff --git a/script.php b/script.php index ab9adee..2cc716b 100644 --- a/script.php +++ b/script.php @@ -301,7 +301,7 @@ if [ -n "$one_time" ]; then options="$options -F one_time_download=1" fi -f [ -n "$upload_password" ]; then +if [ -n "$upload_password" ]; then options="$options -F upload_password=$upload_password" fi