We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5651744 commit cf992a5Copy full SHA for cf992a5
1 file changed
ansible/roles/loggly/files/archiveOldLogs.sh
@@ -6,7 +6,7 @@
6
7
# we only want this run as root
8
if [ "root" != `whoami` ] ; then
9
- echo "It don't mean a thing if it ain't got that swing."
+ echo "This script needs to be run as root."
10
exit 127
11
fi
12
0 commit comments