[enh] scripts: use source cmd to retreive helpers.

This commit is contained in:
Moul
2016-06-14 14:11:00 +02:00
parent daaf1005d5
commit 7c82a96ca3
5 changed files with 5 additions and 5 deletions

View File

@@ -23,7 +23,7 @@ is_public=$YNH_APP_ARG_IS_PUBLIC
language=$YNH_APP_ARG_LANGUAGE
# Source YunoHost helpers
. /usr/share/yunohost/helpers
source /usr/share/yunohost/helpers
# Save app settings
ynh_app_setting_set "$app" admin "$admin"