Skip to content

Commit 568955d

Browse files
author
Alex J Lennon
committed
Fix Python executable path in uwb-mqtt-publisher
- Updated shebang from '#!/usr/bin/env python' to '#!/usr/bin/env python3' - Fixes service startup failure on systems without 'python' symlink - Resolves issue where service exits with status 127
1 parent 84f1ef2 commit 568955d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recipes-connectivity/uwb-mqtt-publisher/files/mqtt-live-publisher.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python3
22

33
#
44
# Copyright (c) SynchronicIT B.V. 2022. All rights reserved. 09/08/2022

0 commit comments

Comments
 (0)