1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/grocy_ynh.git synced 2024-09-03 19:25:54 +02:00

Fix permissions

This commit is contained in:
ericgaspar 2021-04-18 16:35:43 +02:00
parent af9aa98494
commit 3a64725c8f
No known key found for this signature in database
GPG key ID: 574F281483054D44
3 changed files with 0 additions and 3 deletions

View file

@ -101,7 +101,6 @@ ynh_store_file_checksum --file="$final_path/data/config.php"
# Set permissions to app files # Set permissions to app files
chown -R $app: $final_path chown -R $app: $final_path
chmod o-rwx $final_path
chmod -R 755 $final_path/data chmod -R 755 $final_path/data
#================================================= #=================================================

View file

@ -77,7 +77,6 @@ ynh_add_fpm_config --package="$extra_php_dependencies"
# Restore permissions on app files # Restore permissions on app files
chown -R $app: $final_path chown -R $app: $final_path
chmod o-rwx $final_path
chmod -R 755 $final_path/data chmod -R 755 $final_path/data
#================================================= #=================================================

View file

@ -123,7 +123,6 @@ ynh_add_config --template="../conf/config-dist.php" --destination="$final_path/d
# Set permissions to app files # Set permissions to app files
chown -R $app: $final_path chown -R $app: $final_path
chmod o-rwx $final_path
chmod -R 755 $final_path/data chmod -R 755 $final_path/data
#================================================= #=================================================