diff --git a/scripts/install b/scripts/install index ce0bcab..ad74167 100644 --- a/scripts/install +++ b/scripts/install @@ -93,7 +93,7 @@ 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 sudo su -c "cd $final_path && php mud.php config --username=$admin" movim -sudo su -c "cd $final_path && php mud.php config --password=`echo -n $password | sha1sum | awk '{print $1}'`" movim +sudo su -c "cd $final_path && php mud.php config --password=$password" movim # Copy init script or systemd service sudo sed -i "s@YHURL@$domain$path@g" ../conf/movim.{service,init}