1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/moncycle_ynh.git synced 2024-09-03 19:46:16 +02:00

version should work now

This commit is contained in:
Limezy 2024-02-20 23:13:42 +07:00
parent 5ec23c4200
commit 0b18bbbe68
3 changed files with 7 additions and 1 deletions

View file

@ -3,4 +3,4 @@
"version": "9.0~ynh7",
"build": "2024-02-19",
"commit": "2eaf8d5"
}
}

View file

@ -71,6 +71,9 @@ chown $app:$app "$install_dir/config.php"
ynh_add_config --template="../conf/version.json" --destination="$install_dir/api/version.json"
chmod 400 "$install_dir/api/version.json"
chown $app:www-data "$install_dir/api/version.json"
#=================================================
# END OF SCRIPT
#=================================================

View file

@ -115,6 +115,9 @@ chown $app:$app "$install_dir/config.php"
ynh_add_config --template="../conf/version.json" --destination="$install_dir/api/version.json"
chmod 400 "$install_dir/api/version.json"
chown $app:www-data "$install_dir/api/version.json"
#=================================================
# END OF SCRIPT
#=================================================