diff --git a/s/install b/s/install index 9d2d5f4b0..a59c8aa46 100755 --- a/s/install +++ b/s/install @@ -29,4 +29,4 @@ done # install crontab, but only on the eressea server: HOST=`hostname` -[ "eressea" = "$HOST" ] && crontab $ROOT/process/cron/crontab +[ "gruenbaer" = "$HOST" ] && crontab $ROOT/process/cron/crontab