From 7b80dd1489164ccd5a3af1cd8c02649f61bae5f0 Mon Sep 17 00:00:00 2001 From: abeudin Date: Wed, 4 Dec 2013 18:09:55 +0100 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index b88522f..a303f0d 100755 --- a/scripts/install +++ b/scripts/install @@ -22,7 +22,7 @@ sudo yunohost app setting wordpress mysqlpwd -v $db_pwd final_path=/var/www/wordpress sudo mkdir -p $final_path sudo cp -a ../sources/* $final_path -sudo cp ../conf/wp-config.php $final_path/config/ +sudo cp ../conf/wp-config.php $final_path/wp-config.php # Change variables in Wordpress configuration sudo sed -i "s/yunouser/$db_user/g" $final_path/wp-config.php