mirror of
https://github.com/YunoHost-Apps/cypht_ynh.git
synced 2024-09-03 18:26:09 +02:00
Update upgrade
This commit is contained in:
parent
e6a7becd5c
commit
4a2a2f4a44
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ timezone=$(cat /etc/timezone)
|
|||
ynh_script_progression --message="Upgrading source files..." --weight=4
|
||||
|
||||
# Download, check integrity, uncompress and patch the source from app.src
|
||||
ynh_setup_source --dest_dir="$install_dir" --full_replace=1 --keep=".env"
|
||||
ynh_setup_source --dest_dir="$install_dir" --full_replace=1 #--keep=".env"
|
||||
|
||||
chmod -R o-rwx "$install_dir"
|
||||
chown -R $app:www-data "$install_dir"
|
||||
|
|
Loading…
Add table
Reference in a new issue