mirror of
https://github.com/YunoHost-Apps/mumbleserver_ynh.git
synced 2024-09-03 19:46:03 +02:00
fix su_passwd checking bug
This commit is contained in:
parent
006f0e74c0
commit
cdb6fb9ac1
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ if [[ ! $? -eq 0 ]]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#check if su_password is not empty
|
#check if su_password is not empty
|
||||||
if [[ -n "$su_passwd" ]]; then
|
if [[ -z "$su_passwd" ]]; then
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue