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
a1f14daf2f
commit
c457681b9b
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ ynh_install_app_dependencies $pkg_dependencies
|
|||
|
||||
#mysqlpwd setting was implemented in ynh2 - check if saved and if not implement
|
||||
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
|
||||
t=$(cat /var/www/$app/conf.php | grep DBPASS)
|
||||
db_pass=${t:26:24}
|
||||
|
|
Loading…
Reference in a new issue