[fix] upgrade script needs sourcing _common.sh and helpers.

This commit is contained in:
pitchum 2018-12-02 12:15:31 +01:00
parent 97c32df3cc
commit e86d83049e

View File

@ -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}