[fix] add missing import on remove script.

This commit is contained in:
Moul 2017-06-14 11:42:33 +02:00
parent de042695cb
commit 92cbcf0584
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ set -u
# Source app helpers
source /usr/share/yunohost/helpers
source functions.sh
app=$YNH_APP_INSTANCE_NAME
domain=$(ynh_app_setting_get $app domain)