diff --git a/desk.acc/res/go.sh b/desk.acc/res/go.sh index 0af7ca5..d0b49b1 100755 --- a/desk.acc/res/go.sh +++ b/desk.acc/res/go.sh @@ -53,6 +53,8 @@ stats "date.s" stats "puzzle.s" # Mountable directory -echo "Copying files to mount/" -mount 'show.image.file.$F1' -mount 'this.apple.$F1' +if [ -d mount ]; then + echo "Copying files to mount/" + mount 'show.image.file.$F1' + mount 'this.apple.$F1' +fi