mirror of
https://github.com/YunoHost-Apps/lstu_ynh.git
synced 2024-09-03 19:36:12 +02:00
missing --length=
This commit is contained in:
parent
440c6c344f
commit
35bc652114
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ path_url=$YNH_APP_ARG_PATH
|
||||||
is_public=$YNH_APP_ARG_IS_PUBLIC
|
is_public=$YNH_APP_ARG_IS_PUBLIC
|
||||||
theme=$YNH_APP_ARG_THEME
|
theme=$YNH_APP_ARG_THEME
|
||||||
password=$YNH_APP_ARG_PASSWORD
|
password=$YNH_APP_ARG_PASSWORD
|
||||||
secret=$(ynh_string_random 24)
|
secret=$(ynh_string_random --length=24)
|
||||||
hashed_password=$(echo -n $password | sha256sum | cut -d' ' -f1)
|
hashed_password=$(echo -n $password | sha256sum | cut -d' ' -f1)
|
||||||
|
|
||||||
app=$YNH_APP_INSTANCE_NAME
|
app=$YNH_APP_INSTANCE_NAME
|
||||||
|
|
Loading…
Reference in a new issue