]> git.pld-linux.org Git - packages/eventum.git/commitdiff
update path in postfix router
authorElan Ruusamäe <glen@delfi.ee>
Thu, 5 Feb 2015 20:29:52 +0000 (22:29 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Thu, 5 Feb 2015 20:29:52 +0000 (22:29 +0200)
eventum-router-postfix.sh [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index 78b68fd..183e75d
@@ -1,5 +1,4 @@
 #!/bin/sh
-# $Id$
 
 case "$1" in
 emails|emails\ *)
@@ -15,4 +14,4 @@ drafts|notes)
 esac
 
 
-exec /usr/share/eventum/route_$TYPE.php $ARG
+exec /usr/share/eventum/bin/route_$TYPE.php "$ARG"
This page took 0.025828 seconds and 4 git commands to generate.