#!/bin/sh

SETUP_UFW='y'

cat <<EOF
# Enable UFW rules only if requested (it was$(if [ -z "${SETUP_UFW}" ]; then printf ' not'; fi))
$(if [ -z "${SETUP_UFW}" ]; then printf '# '; fi)enableUFWRules
EOF
