forked from github/server
oops. the name of the server is gruenbaer, not eressea
This commit is contained in:
parent
5257848648
commit
b630c9ee45
|
@ -29,4 +29,4 @@ done
|
||||||
# install crontab, but only on the eressea server:
|
# install crontab, but only on the eressea server:
|
||||||
HOST=`hostname`
|
HOST=`hostname`
|
||||||
|
|
||||||
[ "eressea" = "$HOST" ] && crontab $ROOT/process/cron/crontab
|
[ "gruenbaer" = "$HOST" ] && crontab $ROOT/process/cron/crontab
|
||||||
|
|
Loading…
Reference in New Issue