mirror of
https://github.com/YunoHost-Apps/lstu_ynh.git
synced 2024-09-03 19:36:12 +02:00
Fix package linter
This commit is contained in:
parent
be3fd8b07a
commit
545be46067
1 changed files with 3 additions and 3 deletions
|
@ -71,9 +71,9 @@ if [ -z "$hashed_password" ]; then
|
|||
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.
|
||||
|
||||
This password is: $password" > mail_to_send
|
||||
echo "The new version of LSTU provide an admin and a stats area which required a password." > mail_to_send
|
||||
echo "" >> mail_to_send
|
||||
echo "This password is: $password" >> mail_to_send
|
||||
|
||||
ynh_send_readme_to_admin --app_message="mail_to_send" --type="upgrade"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue