Skip to content

Commit

Permalink
run: fix printing version when called with -V
Browse files Browse the repository at this point in the history
  • Loading branch information
friendly-bits committed Jul 24, 2024
1 parent 459e53d commit de99c83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geoip-shell-run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ daemon_mode=
tolower action_run "$1"
case "$action_run" in
add|remove|update|restore) shift ;;
*) action="$action_run"; unknownact
*) action="$1"; unknownact
esac

# process the rest of the args
Expand Down

0 comments on commit de99c83

Please sign in to comment.