1
0
Fork 0
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:
ericgaspar 2022-08-15 20:54:09 +02:00
parent c513744625
commit 85853063d7

View file

@ -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"