From c0f64df7f13bd4fc231dfba00649491f43b5e976 Mon Sep 17 00:00:00 2001 From: Seth Vidal Date: Thu, 30 May 2013 05:44:01 +0000 Subject: [PATCH] fix the fas-client typo --- files/fas-client/fas-client.cron | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/fas-client/fas-client.cron b/files/fas-client/fas-client.cron index a19c2fc2e0..4ec50f9a8c 100644 --- a/files/fas-client/fas-client.cron +++ b/files/fas-client/fas-client.cron @@ -1 +1 @@ -*/10 * * * * root /usr/local/bin/lock-wrapper fasClient "/bin/sleep $(($RANDOM % 180)); /usr/bin/fasClient -i | /usr/local/bin/nag-once fassync 1d 2>&1" +*/10 * * * * root /usr/local/bin/lock-wrapper fasClient "/bin/sleep $(($RANDOM \% 180)); /usr/bin/fasClient -i | /usr/local/bin/nag-once fassync 1d 2>&1"