From 97d35db5f6dceb1e202932fde1ca2dda5fbf5e0b Mon Sep 17 00:00:00 2001 From: Valentin Lab Date: Mon, 26 Nov 2018 14:27:25 +0100 Subject: [PATCH] chg: dev: [cron] removed obsolete comment. !minor --- cron/hooks/log_rotate-relation-joined | 5 ----- 1 file changed, 5 deletions(-) diff --git a/cron/hooks/log_rotate-relation-joined b/cron/hooks/log_rotate-relation-joined index 9fea7ab..99bb665 100755 --- a/cron/hooks/log_rotate-relation-joined +++ b/cron/hooks/log_rotate-relation-joined @@ -8,11 +8,6 @@ set -e LOGS=/var/log/cron -## XXXvlab: hum it seems apache logging is run as root, so well... -# logs_creds=$(cached_cmd_on_base_image apache "stat -c '%u %g' '$LOGS'") || { -# debug "Failed to query for www-data gid in ${DARKYELLOW}apache${NORMAL} base image." -# return 1 -# } ## XXXvlab: a lot of this intelligence should be moved away into ``logrotate`` charm DST="$CONFIGSTORE/$TARGET_SERVICE_NAME/etc/logrotate.d/$SERVICE_NAME"