diff --git a/docker/entrypoint-istgtimage.sh b/docker/entrypoint-istgtimage.sh index 67539f91..6d4d55f9 100644 --- a/docker/entrypoint-istgtimage.sh +++ b/docker/entrypoint-istgtimage.sh @@ -5,9 +5,9 @@ trap 'call_exit $LINE_NO' EXIT call_exit() { -echo "at call_exit.." +echo "at call_exit.." echo "exit code:" $? -echo "reference: " $0 +echo "reference: " $0 } if [ ! -f "/usr/local/etc/istgt/istgt.conf" ];then @@ -27,7 +27,7 @@ if [ -z "$ENABLE_COREDUMP" ]; then else echo "Enabling coredumps" ulimit -c unlimited - ## make PWD as $PERSISTENT_PATH. So container will dump the + ## make PWD as $PERSISTENT_PATH. So container will dump the ## core in persistent path cd $PERSISTENT_STORAGE_PATH || exit fi