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
|
for port in "80/tcp" "${portTrusted}/tcp" "${portSandbox}/tcp" "${portPublic}/tcp"; do
|
||||||
ufw allow $port
|
ufw allow $port
|
||||||
done
|
done
|
||||||
|
|
||||||
ufw --force enable
|
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
Loading…
Reference in a new issue