mirror of
https://github.com/YunoHost-Apps/emailpoubelle_ynh.git
synced 2024-09-03 18:26:29 +02:00
Typo
This commit is contained in:
parent
be7f516cbb
commit
0222166f2b
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ db_pass=$(ynh_app_setting_get $app mysqlpwd)
|
||||||
if [ -z $db_pass]; then
|
if [ -z $db_pass]; then
|
||||||
#c'est moche mais ça fera bien l'affaire - en deux lignes sinon pb en fonction du type de shell
|
#c'est moche mais ça fera bien l'affaire - en deux lignes sinon pb en fonction du type de shell
|
||||||
t=$(cat /var/www/$app/conf.php | grep DBPASS)
|
t=$(cat /var/www/$app/conf.php | grep DBPASS)
|
||||||
dbpass=${t:26:24}
|
db_pass=${t:26:24}
|
||||||
ynh_app_setting_set $app mysqlpwd $db_pass
|
ynh_app_setting_set $app mysqlpwd $db_pass
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue