From 901f856402ee850c7a3c8c134263a0d98130866e Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Fri, 13 Mar 2020 03:15:53 -0600 Subject: [PATCH] update header comment and root check output --- template-update.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/template-update.sh b/template-update.sh index 9d54efa..d38880c 100755 --- a/template-update.sh +++ b/template-update.sh @@ -1,6 +1,6 @@ #!/bin/sh -### update script for utility scripts +### update script for container and utility scripts # version x.y.z # script by Asif Bacchus # usage of this script is subject to the license terms found at: @@ -18,7 +18,7 @@ fi # is user root or in the docker group? if [ ! "$( id -u )" -eq 0 ]; then if ! id -Gn | grep docker > /dev/null; then - consoleError '1' "You must either be root or in the 'docker' group to run this script since you must be able to run 'docker exec' commands against the container!" + consoleError '1' "You must either be root or in the 'docker' group to pull container updates." fi fi