1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/moncycle_ynh.git synced 2024-09-03 19:46:16 +02:00
This commit is contained in:
Limezy 2024-02-21 00:21:23 +07:00
parent 80d4abc847
commit 8f8191edd5
2 changed files with 2 additions and 2 deletions

View file

@ -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"
#================================================= #=================================================

View file

@ -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"
#================================================= #=================================================