[fix] upgrade script needs sourcing _common.sh and helpers.
This commit is contained in:
parent
97c32df3cc
commit
e86d83049e
@ -1,5 +1,15 @@
|
||||
#!/bin/bash
|
||||
|
||||
#=================================================
|
||||
# GENERIC START
|
||||
#=================================================
|
||||
# IMPORT GENERIC HELPERS
|
||||
#=================================================
|
||||
|
||||
source /usr/share/yunohost/helpers
|
||||
source _common.sh
|
||||
|
||||
|
||||
ynh_setting() {
|
||||
app=${1}
|
||||
setting=${2}
|
||||
|
Loading…
x
Reference in New Issue
Block a user