From c60105633c44bd3a92a9dc9aa0539e0a5a744066 Mon Sep 17 00:00:00 2001 From: Shireesh Anjal Date: Tue, 20 Dec 2011 18:36:37 +0530 Subject: Corrected typo in script --- build/gmg-backend-install.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build/gmg-backend-install.sh b/build/gmg-backend-install.sh index 98aec67b..1dc051e0 100755 --- a/build/gmg-backend-install.sh +++ b/build/gmg-backend-install.sh @@ -121,13 +121,13 @@ function post() fi if ! grep -q rrd_cpu.pl /etc/crontab; then - echo '*/5 * * * * root /opt/glustermg/%{GMG_VERSION}/backend/rrd_cpu.pl' >> /etc/crontab + echo "*/5 * * * * root /opt/glustermg/${GMG_VERSION}/backend/rrd_cpu.pl" >> /etc/crontab fi if ! grep -q rrd_mem.pl /etc/crontab; then - echo '*/5 * * * * root /opt/glustermg/%{GMG_VERSION}/backend/rrd_mem.pl' >> /etc/crontab + echo "*/5 * * * * root /opt/glustermg/${GMG_VERSION}/backend/rrd_mem.pl" >> /etc/crontab fi if ! grep -q rrd_net.pl /etc/crontab; then - echo '*/5 * * * * root /opt/glustermg/%{GMG_VERSION}/backend/rrd_net.pl' >> /etc/crontab + echo "*/5 * * * * root /opt/glustermg/${GMG_VERSION}/backend/rrd_net.pl" >> /etc/crontab fi /sbin/chkconfig --add multicast-discoverd /sbin/chkconfig --level 345 multicast-discoverd on -- cgit