We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b33e10 commit 3334ad7Copy full SHA for 3334ad7
playbook/logs/scripts/log_retention.sh
@@ -117,7 +117,7 @@ retention_log() {
117
if [ $? -eq 0 ]; then
118
die "Logrotate configuration file error.\n"
119
else
120
- success "Logrotate configuration generated and written to 'curve-$dir_path_name' file.\n"
+ success "Logrotate configuration generated and written to '/etc/logrotate.d/curve-$dir_path_name' file.\n"
121
fi
122
done
123
0 commit comments