Skip to content
This repository was archived by the owner on Oct 1, 2025. It is now read-only.
This repository was archived by the owner on Oct 1, 2025. It is now read-only.

Crontab error... #92

@choksi81

Description

@choksi81

I got the following error in mail. It seems we are calling update_crontab_entry in nmmain. I am not sure why, but it seems this is called, even during tests.
if [ -e "/Users/justincappos/oldmacbookpro/test2/start_seattle.sh" ]; then "/Users/justincappos/oldmacbookpro/test2/start_seattle.sh" >> "/Users/justincappos/oldmacbookpro/test2/v2/cronlog.txt" 2>&1; elif [ "mount | grep -e '[ ]/[/]*[ ]'" = "" ]; then while [ "mount | grep -e '[ ]/[/]*[ ]'" = ""]; do sleep 60s; done && "/Users/justincappos/oldmacbookpro/test2/start_seattle.sh" >> "/Users/justincappos/oldmacbookpro/test2/v2/cronlog.txt" 2>&1; else modifiedCrontab=mktemp -t tempcrontab.XXXXX && crontab -l | sed '/start_seattle.sh/d' > ${modifiedCrontab} && crontab ${modifiedCrontab} && rm -rf ${modifiedCrontab}; fi
X-Cron-Env: <SHELL=/bin/sh>
X-Cron-Env: <PATH=/usr/bin:/bin>
X-Cron-Env: <LOGNAME=justincappos>
X-Cron-Env: <USER=justincappos>
X-Cron-Env: <HOME=/Users/justincappos>
Date: Sat, 24 May 2014 16:38:01 -0400 (EDT)

/bin/sh: mount: command not found
/bin/sh: mount: command not found
/bin/sh: line 0: [: : unary operator expected

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions