]> git.phdru.name Git - xsetbg.git/blobdiff - xsetbg-http-start
Fix(DB): Fix column encoding
[xsetbg.git] / xsetbg-http-start
index 03a6cfbdd57f1cddf22e678b919ef755b959a8b2..40e7a3119076972369c4217b84f8f827137df9c1 100755 (executable)
@@ -1,4 +1,4 @@
 #! /bin/sh
 
 umask 077
-nice -20 ionice -c3 "$HOME/lib/xsetbg"/xsetbg-wsgi.py >/dev/null 2>&1 &
+nice -20 ionice -c3 "`dirname \"$0\"`"/xsetbg-wsgi.py >/dev/null 2>&1 &