mirror of
https://github.com/YunoHost-Apps/jirafeau_ynh.git
synced 2024-09-03 19:35:53 +02:00
Fix install
This commit is contained in:
parent
48ed2dc5b8
commit
ef87e600a5
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue