umount bug

This commit is contained in:
MatMoul 2024-03-17 00:04:35 +01:00
parent eee602c785
commit 28a87be9cb

View File

@ -26,7 +26,7 @@ while [ ${#} -gt 0 ]; do
--help) showHelp; exit 0;;
-d | --mountbase) MOUNTBASEDIR=$(realpath "${2}"); shift; shift;;
*)
MOUNTDIR="${MOUNTBASEDIR}/${2}";
MOUNTDIR="${MOUNTBASEDIR}/${1}";
shift
;;
esac