1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/tiddlywiki_ynh.git synced 2024-09-03 20:26:34 +02:00

Update upgrade

This commit is contained in:
Éric Gaspar 2024-06-05 11:31:53 +02:00
parent dc96b4bdcb
commit ad40d45137

View file

@ -24,7 +24,7 @@ ynh_systemd_action --service_name=$app --action="stop"
ynh_script_progression --message="Upgrading source files..."
# Download, check integrity, uncompress and patch the source from app.src
ynh_setup_source --dest_dir="$install_dir"
ynh_setup_source --dest_dir="$install_dir" --full_replace=1
chmod -R o-rwx "$install_dir"
chown -R $app:www-data "$install_dir"