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