Updates in install scripts
This commit is contained in:
parent
b873915b93
commit
691b960ba5
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue