1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/movim_ynh.git synced 2024-09-03 19:46:19 +02:00

fix mud.php

This commit is contained in:
src386 2016-04-15 10:18:47 +02:00
parent bb84e11628
commit 986a3cc96f

View file

@ -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