blockcheck: BATCH var

This commit is contained in:
bol-van
2025-01-03 14:06:21 +03:00
parent e87965cd2f
commit 5e84656707
2 changed files with 6 additions and 3 deletions

View File

@@ -78,9 +78,11 @@ exitp()
{
local A
echo
echo press enter to continue
read A
[ "$BATCH" = 1 ] || {
echo
echo press enter to continue
read A
}
exit $1
}