Compare commits
No commits in common. "dev" and "0.0.3" have entirely different histories.
@ -26,7 +26,7 @@ while [ ${#} -gt 0 ]; do
|
||||
--help) showHelp; exit 0;;
|
||||
-d | --mountbase) MOUNTBASEDIR=$(realpath "${2}"); shift; shift;;
|
||||
*)
|
||||
MOUNTDIR="${MOUNTBASEDIR}/${1}";
|
||||
MOUNTDIR="${MOUNTBASEDIR}/${2}";
|
||||
shift
|
||||
;;
|
||||
esac
|
||||
|
Loading…
Reference in New Issue
Block a user