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
ab66979f68
commit
be7f516cbb
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ 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}
|
dbpass=${t:26:24}
|
||||||
ynh_appsetting_set $app mysqlpwd $db_pass
|
ynh_app_setting_set $app mysqlpwd $db_pass
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Copy source files
|
# Copy source files
|
||||||
|
|
Loading…
Reference in a new issue