No firewall function check

This commit is contained in:
Bob Mottram 2016-11-08 23:11:46 +00:00
parent 746673bf73
commit 63ea284fc7
1 changed files with 0 additions and 3 deletions

View File

@ -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