1
0
Fork 0

removed unnecessary exit command

This commit is contained in:
Kim, Jimin 2021-10-09 12:35:10 +09:00
parent 28d296604f
commit aa41815478

View file

@ -783,5 +783,3 @@ if [ ! ${#POST_INSTALL[@]} -eq 0 ]; then
log_no_label " - $doWhat"
done
fi
exit 0