mirror of
https://github.com/N0rthernL1ghts/wordpress.git
synced 2025-05-02 04:35:39 +02:00
Fix typo
This commit is contained in:
parent
264a8bba25
commit
f0786988ef
@ -8,7 +8,7 @@ trap scriptExitHandler EXIT
|
|||||||
function scriptExitHandler() {
|
function scriptExitHandler() {
|
||||||
LAST_EXIT_CODE=$?
|
LAST_EXIT_CODE=$?
|
||||||
if [ "${LAST_EXIT_CODE}" = "0" ]; then
|
if [ "${LAST_EXIT_CODE}" = "0" ]; then
|
||||||
echp "> Script finished successfully"
|
echo "> Script finished successfully"
|
||||||
exit "${LAST_EXIT_CODE}"
|
exit "${LAST_EXIT_CODE}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user