1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/yellow_ynh.git synced 2024-09-03 20:36:12 +02:00

permissions

This commit is contained in:
ericgaspar 2020-11-01 22:04:56 +01:00
parent 5ce5cd39cc
commit 6d943ae7c5
No known key found for this signature in database
GPG key ID: 574F281483054D44
3 changed files with 3 additions and 3 deletions

View file

@ -89,7 +89,7 @@ phpversion=$(ynh_app_setting_get --app=$app --key=phpversion)
# Set permissions to app files # Set permissions to app files
chown -R www-data:www-data $final_path chown -R www-data:www-data $final_path
chmod -R 755 $final_path chmod -R a+rw $final_path
#================================================= #=================================================
# SETUP SSOWAT # SETUP SSOWAT

View file

@ -68,7 +68,7 @@ ynh_system_user_create --username=$app
# Restore permissions on app files # Restore permissions on app files
chown -R www-data:www-data $final_path chown -R www-data:www-data $final_path
chmod -R 755 $final_path chmod -R a+rw $final_path
#================================================= #=================================================
# RESTORE THE PHP-FPM CONFIGURATION # RESTORE THE PHP-FPM CONFIGURATION

View file

@ -105,7 +105,7 @@ ynh_add_fpm_config --phpversion=$YNH_PHP_VERSION --package="$extra_php_dependenc
# Set permissions on app files # Set permissions on app files
chown -R www-data:www-data $final_path chown -R www-data:www-data $final_path
chmod -R 755 $final_path chmod -R a+rw $final_path
#================================================= #=================================================
# INTEGRATE SERVICE IN YUNOHOST # INTEGRATE SERVICE IN YUNOHOST