1
0
Fork 0
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:
Maniack Crudelis 2016-06-04 23:17:28 +02:00
parent 1d689fcfc6
commit 791270cd58
3 changed files with 4 additions and 2 deletions

2
.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
*.swp
*~

View file

@ -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

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=teampass
MYSQL_ROOT_PWD_FILE="/etc/yunohost/mysql"