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:
parent
ff17edd308
commit
2bc94a13a6
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue