mirror of
https://github.com/YunoHost-Apps/movim_ynh.git
synced 2024-09-03 19:46:19 +02:00
removed password hash functio
This commit is contained in:
parent
6a04a1a8a6
commit
bb84e11628
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue