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