diff --git a/scripts/install b/scripts/install index ad74167..0e8479a 100644 --- a/scripts/install +++ b/scripts/install @@ -88,7 +88,7 @@ sudo su -c "cd $final_path && php composer.phar install -n" movim # install + qu sudo sed -i "s@'username' => 'username'@'username' => '$db_user'@g" $final_path/config/db.inc.php sudo sed -i "s@'password' => 'password'@'password' => '$db_pwd'@g" $final_path/config/db.inc.php sudo sed -i "s@/ws/@$path/ws/@g" $final_path/app/assets/js/movim_websocket.js -sudo su -c "cd $final_path && php mud.php db set" movim +sudo su -c "cd $final_path && php mud.php db --set" movim sudo su -c "cd $final_path && php mud.php config --locale=$language" movim sudo su -c "cd $final_path && php mud.php config --loglevel=1" movim sudo su -c "cd $final_path && php mud.php config --timezone=$timezone" movim