mirror of
https://github.com/YunoHost-Apps/wordpress_ynh.git
synced 2024-09-03 20:36:10 +02:00
Update install
This commit is contained in:
parent
225a56a04c
commit
9b22467df8
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ check_sql=$(mysql -p wordpress -e "select * from wp_options;" > /dev/null 2>&1)
|
|||
while [ $check_sql != 0 ];
|
||||
do
|
||||
sleep 5
|
||||
check_sql=$(mysql -p wordpress -e "select * from wp_options;" > /dev/null 2>&1)
|
||||
check_sql=$(mysql -p $db_user -e "select * from wp_options;" > /dev/null 2>&1)
|
||||
done
|
||||
|
||||
if [ $4 = "n" ];
|
||||
|
|
Loading…
Add table
Reference in a new issue