mirror of
https://github.com/YunoHost-Apps/facilmap_ynh.git
synced 2024-09-03 18:36:07 +02:00
fix linter
This commit is contained in:
parent
d3e0a62df7
commit
aa7fdbb0ac
2 changed files with 2 additions and 3 deletions
|
@ -23,7 +23,7 @@
|
||||||
"url": "https://squeak.eauchat.org"
|
"url": "https://squeak.eauchat.org"
|
||||||
},
|
},
|
||||||
"requirements": {
|
"requirements": {
|
||||||
"yunohost": ">= 11.0.9"
|
"yunohost": ">= 11.2"
|
||||||
},
|
},
|
||||||
"multi_instance": true,
|
"multi_instance": true,
|
||||||
"services": [
|
"services": [
|
||||||
|
|
|
@ -18,9 +18,8 @@ facilmap_add_config() {
|
||||||
}
|
}
|
||||||
|
|
||||||
facilmap_set_permissions() {
|
facilmap_set_permissions() {
|
||||||
chown -R root:root $final_path
|
chown -R $app:$app $final_path
|
||||||
mkdir -p "$final_path/lib/node_modules/facilmap-server/cache"
|
mkdir -p "$final_path/lib/node_modules/facilmap-server/cache"
|
||||||
chown -R facilmap:facilmap "$final_path/lib/node_modules/facilmap-server/cache"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
facilmap_install_app() {
|
facilmap_install_app() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue