style(script) format with shfmt

This commit is contained in:
Stanislas Lange 2020-04-27 16:05:51 +02:00
parent 3b2c84b94d
commit 29980e6bef
1 changed files with 1 additions and 1 deletions

View File

@ -1228,7 +1228,7 @@ function removeOpenVPN() {
# SELinux
if hash sestatus 2>/dev/null; then
if sestatus | grep "Current mode" | grep -qs "enforcing"; then
if [[ "$PORT" != '1194' ]]; then
if [[ $PORT != '1194' ]]; then
semanage port -d -t openvpn_port_t -p "$PROTOCOL" "$PORT"
fi
fi