Skip to content

Commit

Permalink
[gbsyncd] Fix shebang in gbsyncd_startup.py; Make script executable (s…
Browse files Browse the repository at this point in the history
…onic-net#807)

- Update shebang in gbsyncd_startup.py to `#!/usr/bin/env python3`, as the previous `#!/usr/bin/python` doesn't work with our Python 3 installation
- Make gbsyncd_startup.py executable
  • Loading branch information
jleveque authored Mar 18, 2021
1 parent d7b431b commit 1f29d19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syncd/scripts/gbsyncd_startup.py
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python3

'''
Copyright 2019 Broadcom. The term "Broadcom" refers to Broadcom Inc.
Expand Down

0 comments on commit 1f29d19

Please sign in to comment.