mirror of
https://github.com/YunoHost-Apps/minidlna_ynh.git
synced 2024-09-03 19:36:34 +02:00
source à la place de .
This commit is contained in:
parent
a54fe4a2e4
commit
9dff62aa54
2 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ then
|
|||
app=$YNH_APP_INSTANCE_NAME
|
||||
|
||||
# Source app helpers
|
||||
. /usr/share/yunohost/helpers
|
||||
source /usr/share/yunohost/helpers
|
||||
else
|
||||
version=$1
|
||||
app=minidlna
|
||||
|
|
|
@ -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=minidlna
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue