1
0
Fork 0
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:
ericgaspar 2022-08-15 19:06:12 +02:00
parent e730d673cd
commit 66aefff643

View file

@ -109,7 +109,7 @@ then
ynh_secure_remove --file="$final_path/app"
ynh_secure_remove --file="$final_path/public/assets"
# 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
chmod 750 "$final_path"