This commit is contained in:
eric_G 2025-09-01 15:12:22 +02:00
parent 3ea39b244b
commit 24b842a772
2 changed files with 8 additions and 0 deletions

View file

@ -25,6 +25,10 @@ ynh_setup_source --dest_dir="$install_dir/live"
# Download redis migration script
ynh_setup_source --source_id=redis_migration --dest_dir="$install_dir/live"
chmod -R 775 "$install_dir"
chmod o-rwx "$install_dir"
chown -R $app:www-data "$install_dir"
#=================================================
# ADD SWAP IF NEEDED
#=================================================

View file

@ -64,6 +64,10 @@ ynh_setup_source --dest_dir="$install_dir/live" --full_replace --keep="public/sy
# Download redis migration script
ynh_setup_source --source_id=redis_migration --dest_dir="$install_dir/live"
chmod -R 775 "$install_dir"
chmod o-rwx "$install_dir"
chown -R $app:www-data "$install_dir"
#=================================================
# BUILD ASSETS
#=================================================