From c01ec5d0392e3353e7612cf9b02040f05e3d555a Mon Sep 17 00:00:00 2001 From: Athou Date: Thu, 14 Nov 2013 13:02:24 +0100 Subject: [PATCH] fix openshift log cleanup script --- .openshift/cron/daily/log-cleanup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.openshift/cron/daily/log-cleanup.sh b/.openshift/cron/daily/log-cleanup.sh index 009f1e6f..d16a285d 100755 --- a/.openshift/cron/daily/log-cleanup.sh +++ b/.openshift/cron/daily/log-cleanup.sh @@ -1 +1 @@ -rm -rf $OPENSHIFT_JBOSSAS_LOG_DIR\*.log.* \ No newline at end of file +rm -rf $OPENSHIFT_JBOSSAS_LOG_DIR/*.log.* \ No newline at end of file