Updates in install scripts

This commit is contained in:
root 2018-12-25 14:03:17 +01:00
parent b873915b93
commit 691b960ba5

View file

@ -242,8 +242,6 @@ function installHttpd {
for port in "80/tcp" "${portTrusted}/tcp" "${portSandbox}/tcp" "${portPublic}/tcp"; do
ufw allow $port
done
ufw --force enable
fi
;;
esac