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