]> oss.titaniummirror.com Git - ovzbpc.git/blobdiff - esata
Fix output message error.
[ovzbpc.git] / 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