1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/linkstack_ynh.git synced 2024-09-03 19:36:14 +02:00
This commit is contained in:
Tagadda 2023-05-06 17:40:18 +00:00
parent b242971a17
commit cc5b73c948

View file

@ -31,7 +31,7 @@ then
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" --keep=".env databases"
ynh_setup_source --dest_dir="$install_dir" --keep=".env database"
fi
# $install_dir will automatically be initialized with some decent
@ -39,6 +39,9 @@ fi
# ownership to all files such as after the ynh_setup_source step
chown -R $app:www-data "$install_dir"
# Remove this file as the app is already installed
ynh_secure_remove $install_dir/INSTALLING
#=================================================
# REAPPLY SYSTEM CONFIGURATIONS
#=================================================