Skip to content

Commit

Permalink
[scripts]: Update sonic-cfggen path to /usr/local/bin (sonic-net#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
jleveque authored and Shuotian Cheng committed Mar 29, 2017
1 parent fc72122 commit edbda46
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
build/
deb_dist/
dist/
*.egg-info/
2 changes: 1 addition & 1 deletion scripts/decode-syseeprom
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ except ImportError, e:
raise ImportError (str(e) + "- required module not found")


SONIC_CFGGEN = '/usr/bin/sonic-cfggen'
SONIC_CFGGEN = '/usr/local/bin/sonic-cfggen'
PLATFORM_KEY = 'platform'

PLATFORM_ROOT = '/usr/share/sonic/device'
Expand Down
2 changes: 1 addition & 1 deletion scripts/sfputil
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ OPTIONS
"""


SONIC_CFGGEN = '/usr/bin/sonic-cfggen'
SONIC_CFGGEN = '/usr/local/bin/sonic-cfggen'
MINIGRAPH_FILE = '/etc/sonic/minigraph.xml'
HWSKU_KEY = 'minigraph_hwsku'
PLATFORM_KEY = 'platform'
Expand Down

0 comments on commit edbda46

Please sign in to comment.