do really exit 1

This commit is contained in:
2024-10-15 18:45:42 +02:00
parent 10af21a48f
commit 5470154a12

View File

@@ -2482,7 +2482,7 @@ sanitycheck() {
for program in cpdup; do
if ! command -v $program 2>&1 >/dev/null; then
echo "$program must be installed!" >&2
exit1
exit 1
fi
done
}