1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/grocy_ynh.git synced 2024-09-03 19:25:54 +02:00
This commit is contained in:
Éric Gaspar 2024-06-25 11:27:29 +02:00
parent 8ffc4b8d7b
commit 874ade2dd2
2 changed files with 1 additions and 2 deletions

View file

@ -16,7 +16,7 @@ demo = "https://en.demo.grocy.info/stockoverview"
code = "https://github.com/grocy/grocy" code = "https://github.com/grocy/grocy"
[integration] [integration]
yunohost = ">= 11.2.16" yunohost = ">= 11.2.17"
helpers_version = "2.1" helpers_version = "2.1"
architectures = "all" architectures = "all"
multi_instance = true multi_instance = true

View file

@ -1,6 +1,5 @@
#!/bin/bash #!/bin/bash
#Keep this path for calling _common.sh inside the execution's context of backup and restore scripts
source ../settings/scripts/_common.sh source ../settings/scripts/_common.sh
source /usr/share/yunohost/helpers source /usr/share/yunohost/helpers