Skip to content

Commit

Permalink
check for both config files
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Hansson <[email protected]>
  • Loading branch information
enoch85 committed Sep 19, 2024
1 parent f4a15e8 commit 8547a9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion network/geoblock.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ debug_mode
root_check

# Check if it is already configured
if [ ! -f "$GEOBLOCK_MOD_CONF" ]
if [ ! -f "$GEOBLOCK_MOD_CONF" ] || [ ! -f "$GEOBLOCK_MOD" ]
then
# Ask for installing
install_popup "$SCRIPT_NAME"
Expand Down

0 comments on commit 8547a9b

Please sign in to comment.