From ffbcc9855997f3af8e226d4ede45efaaef38f75e Mon Sep 17 00:00:00 2001 From: julienmalik Date: Mon, 18 Jan 2016 13:16:43 +0100 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 3e35e64..36293de 100755 --- a/scripts/install +++ b/scripts/install @@ -33,7 +33,7 @@ if [[ -z "$upload_password" ]]; then sudo yunohost app setting jirafeau upload_password -v '' else sed -i "s@YNH_UPLOAD_PASSWORD@'$upload_password'@g" ../conf/config.local.php - sudo yunohost app setting jirafeau upload_password -v $upload_password + sudo yunohost app setting jirafeau upload_password -v "$upload_password" fi # Copy files to the right place