More relevant info if a release file is missing. Dont know what this does but it...
[myplc.git] / guest.init
index 6f5da6a..e95c34e 100755 (executable)
@@ -222,6 +222,11 @@ case "$command" in
        echo "${steps[@]}" >&4
        ;;
 
+    # for backwards compatibility
+    mount|umount|mountstatus)
+       echo "${command} not used within native myplc environment"
+       ;;
+
     *)
        usage >&3
        ;;