This commit is contained in:
Aleksandar Puharic 2022-07-26 21:34:35 +02:00
parent 264a8bba25
commit f0786988ef
Signed by: xZero707
GPG Key ID: 3CC53DCAA9C237BB

View File

@ -8,7 +8,7 @@ trap scriptExitHandler EXIT
function scriptExitHandler() {
LAST_EXIT_CODE=$?
if [ "${LAST_EXIT_CODE}" = "0" ]; then
echp "> Script finished successfully"
echo "> Script finished successfully"
exit "${LAST_EXIT_CODE}"
fi