1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/jirafeau_ynh.git synced 2024-09-03 19:35:53 +02:00

Update install

This commit is contained in:
julienmalik 2016-01-18 13:16:43 +01:00
parent d6a5246a26
commit ffbcc98559

View file

@ -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