1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/grocy_ynh.git synced 2024-09-03 19:25:54 +02:00
This commit is contained in:
ericgaspar 2021-03-25 08:38:52 +01:00
parent a5b51aeabd
commit 179d8ea133
No known key found for this signature in database
GPG key ID: 574F281483054D44
3 changed files with 3 additions and 0 deletions

View file

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

View file

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

View file

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