You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 1, 2025. It is now read-only.
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
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}; fiX-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