From 7c25c3e637314e191d2c17a7736115f6fcbee52c Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Wed, 14 Mar 2012 10:36:07 -0400 Subject: [PATCH] cleaning up syntax. --- database/configuration/cron/opensim_restart.crontab | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/database/configuration/cron/opensim_restart.crontab b/database/configuration/cron/opensim_restart.crontab index 331ad8d3..c4882aef 100644 --- a/database/configuration/cron/opensim_restart.crontab +++ b/database/configuration/cron/opensim_restart.crontab @@ -4,6 +4,6 @@ SHELL=/bin/bash # m h dom mon dow command # make sure opensim is started if we can't detect it as running. -*/5 * * * * export FOOP=/tmp/opensim_restart.log; (export LIGHTWEIGHT_INIT=true; source $HOME/feisty_meow/scripts/core/launch_feisty_meow.sh &>/dev/null; bash $HOME/feisty_meow/scripts/opensim/maybe_restart_opensim.sh) &>>$FOOP ; /bin/chmod g+w $FOOP +*/5 * * * * export FOOP=/tmp/opensim_restart.log; export LIGHTWEIGHT_INIT=true; source $HOME/feisty_meow/scripts/core/launch_feisty_meow.sh &>>$FOOP ; bash $HOME/feisty_meow/scripts/opensim/maybe_restart_opensim.sh &>>$FOOP ; /bin/chmod g+w $FOOP -- 2.34.1