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:
parent
5ec23c4200
commit
0b18bbbe68
3 changed files with 7 additions and 1 deletions
|
@ -3,4 +3,4 @@
|
|||
"version": "9.0~ynh7",
|
||||
"build": "2024-02-19",
|
||||
"commit": "2eaf8d5"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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
|
||||
#=================================================
|
||||
|
|
|
@ -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
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue