From 6029f4c509f9a4ec8f9d82c9c5728eb7522b25c1 Mon Sep 17 00:00:00 2001 From: Sophia Atkinson Date: Wed, 19 Oct 2022 21:30:50 -0700 Subject: [PATCH] Update 'scripts/gitearemove.sh' --- scripts/gitearemove.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/gitearemove.sh b/scripts/gitearemove.sh index 612f046..ee21ede 100644 --- a/scripts/gitearemove.sh +++ b/scripts/gitearemove.sh @@ -15,4 +15,5 @@ sudo userdel git sudo rm -rf /usr/local/bin/gitea sudo rm -rf /var/lib/gitea/* sudo rm -rf /etc/gitea -sudo ufw deny 3000 +sudo ufw delete allow 3000 +