summaryrefslogtreecommitdiff
path: root/docker-ep.sh
diff options
context:
space:
mode:
Diffstat (limited to 'docker-ep.sh')
-rwxr-xr-xdocker-ep.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker-ep.sh b/docker-ep.sh
index e61bad5..17b1ac4 100755
--- a/docker-ep.sh
+++ b/docker-ep.sh
@@ -3,7 +3,7 @@
## entrypoint for the docker images
if [ ! -f /.dockerenv ] && [ ! -f /.dockerinit ]; then
- echo "WARNING: this scrip should be only runed inside docker!!"
+ echo "WARNING: this script should be only run inside docker!!"
exit 1
fi