We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93ed1cd commit a9e659bCopy full SHA for a9e659b
BakeBit/Software/Python/modules/constants.py
@@ -62,7 +62,7 @@
62
CDPNEIGH_FILE = '/tmp/cdpneigh.txt'
63
IPCONFIG_FILE = SCRIPT_PATH + '/scripts/networkinfo/ipconfig.sh 2>/dev/null'
64
REACHABILITY_FILE = SCRIPT_PATH + '/scripts/networkinfo/reachability.sh'
65
-PUBLICIP_CMD = SCRIPT_PATH + 'scripts/networkinfo/publicip.sh'
+PUBLICIP_CMD = SCRIPT_PATH + '/scripts/networkinfo/publicip.sh'
66
67
# key map file
68
BUTTONS_FILE = SCRIPT_PATH + '/buttons.txt'
version.txt
@@ -1 +1 @@
1
-v2.0.0-alpha8
+v2.0.0
0 commit comments