]> oss.titaniummirror.com Git - ovzbpc.git/commitdiff
Fix output message error.
authorsmckown <smckown@986fd584-583e-0410-b54d-b9fe63dff8e5>
Wed, 9 Apr 2008 19:26:18 +0000 (19:26 +0000)
committersmckown <smckown@986fd584-583e-0410-b54d-b9fe63dff8e5>
Wed, 9 Apr 2008 19:26:18 +0000 (19:26 +0000)
esata

diff --git a/esata b/esata
index 34398eb57e94a063290937473e9c080c171e186b..dbff012bf55376b9072445e2e32d4e00caf6073e 100755 (executable)
--- a/esata
+++ b/esata
@@ -94,7 +94,7 @@ elif [ "$1" = "register" ]; then
     fi
 elif [ "$1" = "status" ]; then
     if mounted; then
-       echo "esata mounted on $DEV"
+       echo "esata mounted on $MNT"
     elif registered; then
        echo "esata registered as $DEV but not mounted"
     else