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:
parent
ddd998a664
commit
b72c9e176c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue