1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ztncui_ynh.git synced 2024-09-03 18:06:05 +02:00

full_replace=1 keep src/.env

This commit is contained in:
Salamandar 2024-03-29 12:51:29 +01:00
parent ff17edd308
commit 2bc94a13a6

View file

@ -60,7 +60,7 @@ ynh_use_nodejs
ynh_script_progression --message="Upgrading source files..." --weight=1
# Download, check integrity, uncompress and patch the source from app.src
ynh_setup_source --dest_dir="$install_dir" --full_replace=1
ynh_setup_source --dest_dir="$install_dir" --full_replace=1 --keep="src/.env"
chmod -R o-rwx "$install_dir"
chown -R "$app:$app" "$install_dir"