mirror of
https://github.com/YunoHost-Apps/radicale_ynh.git
synced 2024-09-03 20:16:14 +02:00
source à la place de .
This commit is contained in:
parent
194544424b
commit
4d2e8b81b2
2 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@ then
|
||||||
app=$YNH_APP_INSTANCE_NAME
|
app=$YNH_APP_INSTANCE_NAME
|
||||||
|
|
||||||
# Source app helpers
|
# Source app helpers
|
||||||
. /usr/share/yunohost/helpers
|
source /usr/share/yunohost/helpers
|
||||||
else
|
else
|
||||||
domain=$1
|
domain=$1
|
||||||
path=$2
|
path=$2
|
||||||
|
|
|
@ -6,7 +6,7 @@ if [ $ynh_version = "2.4" ]; then
|
||||||
app=$YNH_APP_INSTANCE_NAME
|
app=$YNH_APP_INSTANCE_NAME
|
||||||
|
|
||||||
# Source app helpers
|
# Source app helpers
|
||||||
. /usr/share/yunohost/helpers
|
source /usr/share/yunohost/helpers
|
||||||
else
|
else
|
||||||
app=radicale
|
app=radicale
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue