mirror of
https://github.com/YunoHost-Apps/castopod_ynh.git
synced 2024-09-03 18:16:14 +02:00
set relative path for --keep opt
This commit is contained in:
parent
e730d673cd
commit
66aefff643
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ then
|
||||||
ynh_secure_remove --file="$final_path/app"
|
ynh_secure_remove --file="$final_path/app"
|
||||||
ynh_secure_remove --file="$final_path/public/assets"
|
ynh_secure_remove --file="$final_path/public/assets"
|
||||||
# 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/.env"
|
ynh_setup_source --dest_dir="$final_path" --keep=".env"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
chmod 750 "$final_path"
|
chmod 750 "$final_path"
|
||||||
|
|
Loading…
Add table
Reference in a new issue