Skip to content

Commit 80c8535

Browse files
asdf1nitguysoft
authored andcommitted
Fix variable naming
1 parent fea8e9e commit 80c8535

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

  • src/modules/admin-toolkit/filesystem/home/pi/scripts

src/modules/admin-toolkit/filesystem/home/pi/scripts/ufw_config

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
#
33
# This script is part of the CustomPiOS admin-toolkit module
44

5-
PORTS_UDP=no
6-
PORTS_TCP=no
7-
ENABLE_LOGGING=no
5+
UFW_PORTS_UDP=no
6+
UFW_PORTS_TCP=no
7+
UFW_ENABLE_LOGGING=no
88

99
if [ ! -f /etc/ufw_enabled ];
1010
then
@@ -28,4 +28,4 @@ then
2828
fi
2929

3030
touch /etc/ufw_enabled
31-
fi
31+
fi

0 commit comments

Comments
 (0)