1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/fittrackee_ynh.git synced 2024-09-03 18:36:16 +02:00

Update install

This commit is contained in:
Thomas 2024-08-31 08:39:08 +02:00 committed by GitHub
parent 8d5a0e9d81
commit 1adb713ce7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -33,9 +33,7 @@ ynh_config_add_logrotate
ynh_script_progression "Setting up source files..." ynh_script_progression "Setting up source files..."
ynh_config_add --template=".env.production" --destination="$install_dir/.env" 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 # INSTALL PYTHON DEPENDENCIES
#================================================= #=================================================