aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar Ethan M. Lee <71849509+ethanmlee@users.noreply.github.com>2022-03-29 12:33:58 -0400
committerLibravatar GitHub <noreply@github.com>2022-03-29 12:33:58 -0400
commit5403e78d3b7d1302bcacd61ea9184ec8d77a6d85 (patch)
tree82f5c419c1d6a5ed9f2cf396644ec549307f7d7f
parentf9fe90d4f4f3977b90a10fa5c1c63b1f165dfa07 (diff)
downloadshopno-os-log-sync-5403e78d3b7d1302bcacd61ea9184ec8d77a6d85.tar.gz
shopno-os-log-sync-5403e78d3b7d1302bcacd61ea9184ec8d77a6d85.zip
switch to python3 in shebang
on debian the #!/usr/bin/python links to python2 to help with stability of older packages. It also might be better to specify a python the python version anyways since it does not work with python2
-rwxr-xr-xsrc/bin/watcher2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/watcher b/src/bin/watcher
index 2d4551e..2835a7f 100755
--- a/src/bin/watcher
+++ b/src/bin/watcher
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python3
import os
import sys