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

SHA1 for movim password

This commit is contained in:
src386 2015-08-10 23:25:39 +02:00
parent ddd998a664
commit b72c9e176c

View file

@ -59,7 +59,7 @@ sudo su -c "cd $final_path && php mud.php config loglevel:1"
sudo su -c "cd $final_path && php mud.php config environment:production"
sudo su -c "cd $final_path && php mud.php config timezone:`cat /etc/timezone`"
sudo su -c "cd $final_path && php mud.php config username:$admin"
sudo su -c "cd $final_path && php mud.php config password:$password"
sudo su -c "cd $final_path && php mud.php config password:`echo -n $password | sha1sum | awk '{print $1}'`"
sudo yunohost app addaccess movim -u $admin
# Copy init script or systemd service