1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/lstu_ynh.git synced 2024-09-03 19:36:12 +02:00

Update scripts/actions/change_password

Co-authored-by: Kayou <pierre@kayou.io>
This commit is contained in:
yalh76 2020-06-24 02:20:13 +02:00 committed by GitHub
parent 5bbc46991a
commit 23130ec33d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,7 +29,7 @@ hashed_password_old=$(ynh_app_setting_get $app hashed_password)
if [ "$hashed_password" == "$hashed_password_old" ]
then
ynh_die --message="Same password." 0
ynh_die --message="Same password." --ret_code=0
fi
#=================================================