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