UFW must be done as root

This commit is contained in:
Rishi556 2022-10-01 13:13:49 -04:00 committed by GitHub
parent c0aa988165
commit 55cc267a84
Signed by untrusted user: github
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -112,9 +112,9 @@ then
#######################
## Allow Port Access ##
#######################
ufw allow ssh
ufw allow 5000
ufw allow 5001
sudo ufw allow ssh
sudo ufw allow 5000
sudo ufw allow 5001
sudo ufw --force enable
fi
######################