mirror of
https://github.com/YunoHost-Apps/lstu_ynh.git
synced 2024-09-03 19:36:12 +02:00
Fix upgrade from old commit
This commit is contained in:
parent
69dffead61
commit
bd400ac67f
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ fi
|
|||
|
||||
if [ -z "$hashed_password" ]; then
|
||||
# Generate random password
|
||||
password=$(ynh_string_random --length=8)
|
||||
password=$(ynh_string_random 8)
|
||||
hashed_password=$(echo -n $password | sha256sum | cut -d' ' -f1)
|
||||
|
||||
echo "The new version of LSTU provide an admin and a stats area which required a password.
|
||||
|
|
Loading…
Reference in a new issue