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:
parent
3a64725c8f
commit
5f612cef23
3 changed files with 3 additions and 0 deletions
|
@ -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
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Add table
Reference in a new issue