X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fsystem%2Fosx_cd_mounter.sh;h=22335b78e0371061a6a10df3ec690a5b1dfb734d;hb=c3859c54f45adfb296858249c26a9d1b09c94112;hp=531399bd5a438454383d8b7764e7101edb88a82d;hpb=11e25956510fbe953a9ceeaddbaebd80334abf43;p=feisty_meow.git diff --git a/scripts/system/osx_cd_mounter.sh b/scripts/system/osx_cd_mounter.sh index 531399bd..22335b78 100644 --- a/scripts/system/osx_cd_mounter.sh +++ b/scripts/system/osx_cd_mounter.sh @@ -3,13 +3,15 @@ # keeps trying to mount the cd on a mac mini to overcome # a new bug in itunes seen as of osx leopard upgrade. +source "$FEISTY_MEOW_SCRIPTS/core/launch_feisty_meow.sh" + mountpoint=/Volumes/mounty_cd 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)