1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/baikal_ynh.git synced 2024-09-03 18:16:11 +02:00

set relative path for --keep opt

This commit is contained in:
ericgaspar 2022-08-15 19:07:32 +02:00
parent 03a164e3ff
commit 82ffe881d9
2 changed files with 2 additions and 2 deletions

View file

@ -21,7 +21,7 @@
"email": "julien.malik@paraiso.me"
},
"requirements": {
"yunohost": ">= 4.3.0"
"yunohost": ">= 11.0.9"
},
"multi_instance": false,
"services": [

View file

@ -101,7 +101,7 @@ if [ "$upgrade_type" == "UPGRADE_APP" ]
then
ynh_script_progression --message="Upgrading source files..." --weight=3
ynh_setup_source --dest_dir="$final_path" --keep="$final_path/Specific $final_path/config"
ynh_setup_source --dest_dir="$final_path" --keep="Specific config"
fi
chmod 750 "$final_path"