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

Merge pull request #38 from YunoHost-Apps/testing

Testing
This commit is contained in:
Maniack Crudelis 2018-01-12 11:45:47 +01:00 committed by GitHub
commit 93e45b3cda
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -96,7 +96,7 @@ then
ynh_replace_string "YNH_UPLOAD_PASSWORD" "" "$jirafeauconfigfile"
ynh_app_setting_set $app upload_password ""
else
ynh_replace_string "YNH_UPLOAD_PASSWORD" "\'$upload_password\'" "$jirafeauconfigfile"
ynh_replace_string "YNH_UPLOAD_PASSWORD" "'$upload_password'" "$jirafeauconfigfile"
ynh_app_setting_set $app upload_password "$upload_password"
fi

View file

@ -106,7 +106,7 @@ then
ynh_replace_string "YNH_UPLOAD_PASSWORD" "" "$jirafeauconfigfile"
ynh_app_setting_set $app upload_password ""
else
ynh_replace_string "YNH_UPLOAD_PASSWORD" "\'$upload_password\'" "$jirafeauconfigfile"
ynh_replace_string "YNH_UPLOAD_PASSWORD" "'$upload_password'" "$jirafeauconfigfile"
ynh_app_setting_set $app upload_password "$upload_password"
fi