Skip to content

Commit

Permalink
Get country data on script launch if missing
Browse files Browse the repository at this point in the history
  • Loading branch information
jackyaz committed Jun 27, 2020
1 parent b4ff289 commit 396788b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions nvpnmgr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1752,6 +1752,9 @@ if [ -z "$1" ]; then
Auto_Startup create 2>/dev/null
Auto_ServiceEvent create 2>/dev/null
Shortcut_nvpnmgr create
if [ ! -f "$SCRIPT_DIR/nvpncountrydata" ]; then
getCountryData
fi
ScriptHeader
MainMenu
exit 0
Expand Down

0 comments on commit 396788b

Please sign in to comment.