update exit

This commit is contained in:
2024-12-08 22:03:30 +08:00
parent ed2234bd55
commit a87dae0889

View File

@@ -69,6 +69,7 @@ function prepare(){
# Now we should have the $VERSION # Now we should have the $VERSION
if [ -e $VERSION ];then if [ -e $VERSION ];then
log.error "VERSION is empty. This should not happen! exit." log.error "VERSION is empty. This should not happen! exit."
exit
fi fi
} }