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 6bf0151
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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,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
Expand Down

0 comments on commit 6bf0151

Please sign in to comment.