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:
parent
de042695cb
commit
92cbcf0584
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue