Skip to content

Commit

Permalink
This commit corrects the intendation of file
Browse files Browse the repository at this point in the history
Signed-off-by: mittachaitu <[email protected]>
  • Loading branch information
mittachaitu committed Jan 8, 2020
1 parent 50d2078 commit 530b5bb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker/entrypoint-istgtimage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -27,8 +27,8 @@ if [ -z "$ENABLE_COREDUMP" ]; then
else
echo "Enabling coredumps"
ulimit -c unlimited
## make PWD as $PERSISTENT_PATH. So container will dump the
## core in persistent path
## make PWD as $PERSISTENT_PATH. So if process crashes it will dump the
## core in persistent storage path
cd $PERSISTENT_STORAGE_PATH || exit
fi

Expand Down

0 comments on commit 530b5bb

Please sign in to comment.