mirror of
https://github.com/YunoHost-Apps/soapbox_ynh.git
synced 2024-09-03 20:26:11 +02:00
set relative path to keep option
This commit is contained in:
parent
c513744625
commit
85853063d7
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ then
|
|||
ynh_script_progression --message="Upgrading source files..."
|
||||
|
||||
# Download, check integrity, uncompress and patch the source from app.src
|
||||
ynh_setup_source --dest_dir="$final_path/static" --keep="$$final_path/static/instance/"
|
||||
ynh_setup_source --dest_dir="$final_path/static" --keep="instance"
|
||||
fi
|
||||
|
||||
chmod 750 "$final_path"
|
||||
|
|
Loading…
Add table
Reference in a new issue