From 1adb713ce7d6e39b8d1e203793e4fe5953c1cade Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Sat, 31 Aug 2024 08:39:08 +0200 Subject: [PATCH] Update install --- scripts/install | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/install b/scripts/install index 821bbde..e1b7f74 100755 --- a/scripts/install +++ b/scripts/install @@ -33,9 +33,7 @@ ynh_config_add_logrotate ynh_script_progression "Setting up source files..." ynh_config_add --template=".env.production" --destination="$install_dir/.env" -#REMOVEME? Assuming the file is setup using ynh_config_add, the proper chmod/chowns are now already applied and it shouldn't be necessary to tweak perms | chmod 400 $install_dir/.env -#REMOVEME? Assuming the install dir is setup using ynh_setup_source, the proper chmod/chowns are now already applied and it shouldn't be necessary to tweak perms | chown -R $app:www-data "$install_dir" #================================================= # INSTALL PYTHON DEPENDENCIES #=================================================