mirror of
https://github.com/YunoHost/test_apps.git
synced 2024-09-03 20:06:29 +02:00
Missing helper sourcing
This commit is contained in:
parent
7717921421
commit
52a839f7ad
1 changed files with 3 additions and 0 deletions
|
@ -1,5 +1,8 @@
|
||||||
set -eux
|
set -eux
|
||||||
|
|
||||||
|
# Source app helpers
|
||||||
|
source /usr/share/yunohost/helpers
|
||||||
|
|
||||||
app=$YNH_APP_INSTANCE_NAME
|
app=$YNH_APP_INSTANCE_NAME
|
||||||
number=$YNH_APP_INSTANCE_NUMBER
|
number=$YNH_APP_INSTANCE_NUMBER
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue