1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/duniter_ynh.git synced 2024-09-03 18:26:35 +02:00

[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

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)