From 24daafb095f338dbeef2b440b7ab7d35214d0b09 Mon Sep 17 00:00:00 2001 From: 羽先生 <8655163+VergilGao@users.noreply.github.com> Date: Tue, 7 Jun 2022 20:46:59 +0800 Subject: typo `Warning` --- docker-entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-entrypoint.sh b/docker-entrypoint.sh index 8055f9c..3c6dc08 100644 --- a/docker-entrypoint.sh +++ b/docker-entrypoint.sh @@ -5,7 +5,7 @@ echo "You are running with user `id -u`:`id -g`" if [ `id -u` -eq 0 ] && [ `id -g` -eq 0 ]; then echo "Running in New Mode" if [ "${UID}" -eq 0 ]; then - echo "Waring, it is not recommended to run as root user, please check if you have set the UID environment variable" + echo "Warning, it is not recommended to run as root user, please check if you have set the UID environment variable" fi echo "Setting umask to ${UMASK}" umask ${UMASK} -- cgit