mirror of
https://github.com/YunoHost-Apps/moncycle_ynh.git
synced 2024-09-03 19:46:16 +02:00
rights
This commit is contained in:
parent
80d4abc847
commit
8f8191edd5
2 changed files with 2 additions and 2 deletions
|
@ -71,7 +71,7 @@ chown $app:$app "$install_dir/config.php"
|
||||||
|
|
||||||
ynh_add_config --template="../conf/version.json" --destination="$install_dir/api/version.json"
|
ynh_add_config --template="../conf/version.json" --destination="$install_dir/api/version.json"
|
||||||
|
|
||||||
chmod 400 "$install_dir/api/version.json"
|
chmod 655 "$install_dir/api/version.json"
|
||||||
chown $app:www-data "$install_dir/api/version.json"
|
chown $app:www-data "$install_dir/api/version.json"
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
|
@ -115,7 +115,7 @@ chown $app:$app "$install_dir/config.php"
|
||||||
|
|
||||||
ynh_add_config --template="../conf/version.json" --destination="$install_dir/api/version.json"
|
ynh_add_config --template="../conf/version.json" --destination="$install_dir/api/version.json"
|
||||||
|
|
||||||
chmod 400 "$install_dir/api/version.json"
|
chmod 655 "$install_dir/api/version.json"
|
||||||
chown $app:www-data "$install_dir/api/version.json"
|
chown $app:www-data "$install_dir/api/version.json"
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Add table
Reference in a new issue