change position of SCRIPTEXIT
This commit is contained in:
parent
4755049a76
commit
b02e49e168
1 changed files with 2 additions and 2 deletions
|
@ -137,10 +137,10 @@ EOF
|
||||||
|
|
||||||
cat << EOF >> "${MYSHELLCONFIG_LOGFILE}"
|
cat << EOF >> "${MYSHELLCONFIG_LOGFILE}"
|
||||||
--8<--- finished configure new shell ---------------- $(date) ---------------8<--
|
--8<--- finished configure new shell ---------------- $(date) ---------------8<--
|
||||||
SCRIPTEXIT
|
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
#else
|
#else
|
||||||
# echo "non-interactive shell" >&2
|
# echo "non-interactive shell" >&2
|
||||||
fi
|
fi
|
||||||
|
SCRIPTEXIT
|
||||||
|
exit 0
|
||||||
|
|
Loading…
Reference in a new issue