X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fsystem%2Fosx_cd_mounter.sh;h=7f5cc8ceea9b1dd739aec00038f99944be8c3560;hb=4f2922289d9e6f33ec81a09643c32ece76b57231;hp=91034b43f61c227aa04a78e5df4d9d67b94776e4;hpb=2952ccf47b80174880141a7ecfa122089f349b8d;p=feisty_meow.git diff --git a/scripts/system/osx_cd_mounter.sh b/scripts/system/osx_cd_mounter.sh index 91034b43..7f5cc8ce 100644 --- a/scripts/system/osx_cd_mounter.sh +++ b/scripts/system/osx_cd_mounter.sh @@ -3,7 +3,7 @@ # keeps trying to mount the cd on a mac mini to overcome # a new bug in itunes seen as of osx leopard upgrade. -source $SHELLDIR/core/date_stringer.sh +source "$FEISTY_MEOW_SCRIPTS/core/functions.sh" mountpoint=/Volumes/mounty_cd @@ -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)