]> git.sev.monster Git - dotfiles.git/blobdiff - bin/syncthing
head all which, fix dmenu recursion, fix syncthing
[dotfiles.git] / bin / syncthing
index 10615e1dcfb5a446d7861ef81a4a3c64bb71c2c4..dbebcfa98c84be1cb61c27c7f0de10c0f2b7b2c9 100755 (executable)
@@ -1,3 +1,3 @@
 #!/bin/sh
 umask 007
 #!/bin/sh
 umask 007
-/usr/local/bin/syncthing -logfile="$HOME/var/log/syncthing.log"
+$(which -a syncthing | grep -v "$HOME" | head -1) -logfile="$HOME/var/log/syncthing.log"
This page took 0.03697 seconds and 4 git commands to generate.