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

[autopatch] Update issue and PR templates (#11)

* Testing (#9)

* Cleaning up

* [autopatch] Update issue and PR templates

Co-authored-by: Éric Gaspar <46165813+ericgaspar@users.noreply.github.com>
Co-authored-by: Yunohost-Bot <>
This commit is contained in:
YunoHost Bot 2021-05-11 07:27:11 +02:00 committed by GitHub
parent 3a64725c8f
commit 5f612cef23
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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 # 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,6 +77,7 @@ 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,6 +123,7 @@ 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
#================================================= #=================================================