Skip to content

Commit cf992a5

Browse files
committed
Update archiveOldLogs.sh
1 parent 5651744 commit cf992a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ansible/roles/loggly/files/archiveOldLogs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
# we only want this run as root
88
if [ "root" != `whoami` ] ; then
9-
echo "It don't mean a thing if it ain't got that swing."
9+
echo "This script needs to be run as root."
1010
exit 127
1111
fi
1212

0 commit comments

Comments
 (0)