mirror of
https://github.com/YunoHost-Apps/kanboard_ynh.git
synced 2024-09-03 19:36:17 +02:00
set relative path for --keep opt
This commit is contained in:
parent
96a5ff87b9
commit
1533fc0cf8
2 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@
|
||||||
"email": ""
|
"email": ""
|
||||||
},
|
},
|
||||||
"requirements": {
|
"requirements": {
|
||||||
"yunohost": ">= 4.3.0"
|
"yunohost": ">= 11.0.9"
|
||||||
},
|
},
|
||||||
"previous_maintainers": [
|
"previous_maintainers": [
|
||||||
{
|
{
|
||||||
|
|
|
@ -91,7 +91,7 @@ then
|
||||||
ynh_script_progression --message="Upgrading source files..." --weight=3
|
ynh_script_progression --message="Upgrading source files..." --weight=3
|
||||||
|
|
||||||
# Download, check integrity, uncompress and patch the source from app.src
|
# Download, check integrity, uncompress and patch the source from app.src
|
||||||
ynh_setup_source --dest_dir="$final_path" --keep="$final_path/data $final_path/config.php"
|
ynh_setup_source --dest_dir="$final_path" --keep="data config.php"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
mkdir -p $final_path/sessions/
|
mkdir -p $final_path/sessions/
|
||||||
|
|
Loading…
Reference in a new issue