1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ulogger_ynh.git synced 2024-10-01 13:34:45 +02:00

install password error fix

This commit is contained in:
anmol 2019-04-06 00:33:17 +05:30
parent cf0beaab27
commit 91be923a2d

View file

@ -56,7 +56,6 @@ test ! -e "$final_path" || ynh_die "This path already contains a folder"
# Register (book) web path
ynh_webpath_register $app $domain $path_url
"The password is too weak, it must be longer than 6 characters"
admin_password=$(openssl passwd -1 -salt xyz $password)
#=================================================