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:
parent
5bbc46991a
commit
23130ec33d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Reference in a new issue