mon/tripemon.in: Add per-peer key selection and mobile options.
[tripe] / init / tripe-init.in
index 0f7e8e7..d04f42f 100755 (executable)
@@ -196,7 +196,7 @@ case "$1" in
     echo -n "Stopping TrIPE VPN daemon:"
 
     ## If there's no socket, it must have quit (probably nonviolently).
-    if test ! -S $TRIPESOCK; then
+    if (cd $TRIPEDIR && test ! -S $TRIPESOCK); then
       echo " not running"
 
     ## Ask it to die nicely.