Skip to content

Commit

Permalink
fixed: Typo causing install script to report errors
Browse files Browse the repository at this point in the history
  • Loading branch information
arnova committed Nov 10, 2023
1 parent 2677020 commit 01ee27c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions install.sh
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
#!/bin/bash

MY_VERSION="1.14c"
MY_VERSION="1.14d"

# ------------------------------------------------------------------------------------------
# -= Arno's Iptables Firewall(AIF) =-
# Single- & multi-homed firewall script with DSL/ADSL support
#
# ~ In memory of my dear parents ~
#
# (C) Copyright 2001-2021 by Arno van Amersfoort
# (C) Copyright 2001-2023 by Arno van Amersfoort
# Web : https://github.com/arno-iptables-firewall/aif
# Email : a r n o DOT v a n DOT a m e r s f o o r t AT g m a i l DOT c o m
# (note: you must remove all spaces and substitute the @ and the .
Expand Down Expand Up @@ -99,7 +99,7 @@ shell_diff()

copy_ask_if_exist()
{
local DIFF_RETVAl=-1
local DIFF_RETVAL=-1
local RETVAL
local DEFAULT_YN="${3:-'n'}" # Default to n(o)
local BACKUP_EXT="$4"
Expand Down

0 comments on commit 01ee27c

Please sign in to comment.