X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fsystem%2Fosx_cd_mounter.sh;h=7f5cc8ceea9b1dd739aec00038f99944be8c3560;hb=529b44242d3ed35e7b9cc1868916e5d377772f2e;hp=a1d522c02aee082fa869ccf2097370d59306834e;hpb=2526778e1909c3098391bf35e17f50a183db8e53;p=feisty_meow.git diff --git a/scripts/system/osx_cd_mounter.sh b/scripts/system/osx_cd_mounter.sh index a1d522c0..7f5cc8ce 100644 --- a/scripts/system/osx_cd_mounter.sh +++ b/scripts/system/osx_cd_mounter.sh @@ -11,7 +11,7 @@ echo "$(date_stringer): starting cd mounter..." while true; do if [ ! -d $mountpoint ]; then - mkdir $mountpoint + mkdir -p $mountpoint fi found_device=$(mount|grep -i cddafs)