No firewall function check
This commit is contained in:
parent
746673bf73
commit
63ea284fc7
|
@ -138,9 +138,6 @@ function configure_firewall_for_radicale {
|
|||
if [ ! -d ${RADICALE_DIRECTORY} ]; then
|
||||
return
|
||||
fi
|
||||
if [[ $(is_completed $FUNCNAME) == "1" ]]; then
|
||||
return
|
||||
fi
|
||||
if [[ $INSTALLED_WITHIN_DOCKER == "yes" ]]; then
|
||||
# docker does its own firewalling
|
||||
return
|
||||
|
|
Loading…
Reference in New Issue