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:
parent
d6a5246a26
commit
ffbcc98559
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue