mirror of
https://github.com/YunoHost-Apps/baikal_ynh.git
synced 2024-09-03 18:16:11 +02:00
upgrade: full_replace=1, Keep config and Specific directories
This commit is contained in:
parent
fb3ed52597
commit
51922476c5
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ timezone=$(cat /etc/timezone)
|
||||||
#=================================================
|
#=================================================
|
||||||
ynh_script_progression --message="Upgrading source files..." --weight=3
|
ynh_script_progression --message="Upgrading source files..." --weight=3
|
||||||
|
|
||||||
ynh_setup_source --dest_dir="$install_dir" --keep="config/baikal.yaml"
|
ynh_setup_source --dest_dir="$install_dir" --full_replace=1 --keep="config Specific"
|
||||||
|
|
||||||
chmod -R o-rwx "$install_dir"
|
chmod -R o-rwx "$install_dir"
|
||||||
chown -R "$app:www-data" "$install_dir"
|
chown -R "$app:www-data" "$install_dir"
|
||||||
|
|
Loading…
Add table
Reference in a new issue