Skip to content

Commit 1f29d19

Browse files
authored
[gbsyncd] Fix shebang in gbsyncd_startup.py; Make script executable (#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
1 parent d7b431b commit 1f29d19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

syncd/scripts/gbsyncd_startup.py

100644100755
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python
1+
#!/usr/bin/env python3
22

33
'''
44
Copyright 2019 Broadcom. The term "Broadcom" refers to Broadcom Inc.

0 commit comments

Comments
 (0)