1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/lutim_ynh.git synced 2024-09-03 19:36:24 +02:00

source à la place de .

This commit is contained in:
Maniack Crudelis 2016-06-04 23:09:27 +02:00
parent 675a1235db
commit 04db76a8da
2 changed files with 2 additions and 2 deletions

View file

@ -13,7 +13,7 @@ then
app=$YNH_APP_INSTANCE_NAME
# Source app helpers
. /usr/share/yunohost/helpers
source /usr/share/yunohost/helpers
else
domain=$1
path=$2

View file

@ -6,7 +6,7 @@ if [ $ynh_version = "2.4" ]; then
app=$YNH_APP_INSTANCE_NAME
# Source app helpers
. /usr/share/yunohost/helpers
source /usr/share/yunohost/helpers
else
app=lutim
fi