mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2024-11-23 02:27:05 +00:00
Fixed SC2244: Prefer explicit -n to check non-empty string.
This commit is contained in:
parent
ec497efa69
commit
c7faccf1fa
@ -145,7 +145,7 @@ if [ -z "${PUBLIC_IPV6:-}" ]; then
|
|||||||
"${DEFAULT_PUBLIC_IPV6:-}" \
|
"${DEFAULT_PUBLIC_IPV6:-}" \
|
||||||
PUBLIC_IPV6
|
PUBLIC_IPV6
|
||||||
|
|
||||||
if [ ! "$PUBLIC_IPV6_EXITCODE" ]; then
|
if [ ! -n "$PUBLIC_IPV6_EXITCODE" ]; then
|
||||||
# user hit ESC/cancel
|
# user hit ESC/cancel
|
||||||
exit
|
exit
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user