1
0
Fork 0
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:
abeudin 2013-12-04 18:06:54 +01:00
parent 301e7738e3
commit 8b0e4fb17d

View file

@ -15,7 +15,7 @@ fi
db_user=wordpress
# Initialize database and store mysql password for upgrade
sudo yunohost app initdb $db_user -p $db_pwd)
sudo yunohost app initdb $db_user -p $db_pwd
sudo yunohost app setting wordpress mysqlpwd -v $db_pwd
# Copy files to the right place