mirror of
https://github.com/YunoHost-Apps/teampass_ynh.git
synced 2024-09-03 20:26:37 +02:00
source à la place de .
This commit is contained in:
parent
1d689fcfc6
commit
791270cd58
3 changed files with 4 additions and 2 deletions
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
*.swp
|
||||
*~
|
|
@ -11,7 +11,7 @@ then
|
|||
app=$YNH_APP_INSTANCE_NAME
|
||||
|
||||
# Source app helpers
|
||||
. /usr/share/yunohost/helpers
|
||||
source /usr/share/yunohost/helpers
|
||||
else
|
||||
domain=$1
|
||||
path=$2
|
||||
|
|
|
@ -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=teampass
|
||||
MYSQL_ROOT_PWD_FILE="/etc/yunohost/mysql"
|
||||
|
|
Loading…
Add table
Reference in a new issue