refactor(templates): wrap shell variables in double quotes to handle spaces and special characters safely
This commit is contained in:
committed by
Saúl Ibarra Corretgé
parent
0e4bf5ed1a
commit
156e36e97f
@@ -1,5 +1,5 @@
|
||||
#!/usr/bin/with-contenv bash
|
||||
if [[ -f /etc/saslauthd.conf ]]; then
|
||||
if [[ -f "/etc/saslauthd.conf" ]]; then
|
||||
exec s6-setuidgid root saslauthd -a ldap -O /etc/saslauthd.conf -c -m /var/run/saslauthd -n 5 -d
|
||||
else
|
||||
# if saslauthd should not be started,
|
||||
|
||||
Reference in New Issue
Block a user