On Wed, 23 Mar 2011 14:17:38 -0700, Chuck Swiger <cswi...@mac.com> wrote:
> Ah, yes-- add "mkdir -p /mount/office_files/images/${DEST}" before the mount 
> command.
> Someone else mentioned a use of basedir command....

Prefix it with a test:

        [ -d /mount/office_files/images/${DEST} ] && mkdir...
        mount...

so there will be no error if the script is started for the
second time (and the directories still exist), means: create
them only if not yet present.



-- 
Polytropon
Magdeburg, Germany
Happy FreeBSD user since 4.0
Andra moi ennepe, Mousa, ...
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Reply via email to