mirror of
https://github.com/YunoHost-Apps/haste_ynh.git
synced 2024-09-03 20:36:28 +02:00
set relative path for --keep opt
This commit is contained in:
parent
91a0b48aba
commit
9ec097995e
2 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@
|
|||
"email": "maxime.bugeia@gmail.com"
|
||||
}],
|
||||
"requirements": {
|
||||
"yunohost": ">= 4.3.0"
|
||||
"yunohost": ">= 11.0.9"
|
||||
},
|
||||
"multi_instance": false,
|
||||
"services": [
|
||||
|
|
|
@ -84,7 +84,7 @@ then
|
|||
ynh_script_progression --message="Upgrading source files..." --weight=7
|
||||
|
||||
# Download, check integrity, uncompress and patch the source from app.src
|
||||
ynh_setup_source --dest_dir="$final_path" --keep="$final_path/config.js"
|
||||
ynh_setup_source --dest_dir="$final_path" --keep="config.js"
|
||||
fi
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue