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 #=================================================