1
0
mirror of https://github.com/pi-hole/pi-hole synced 2025-02-22 13:02:02 +00:00

Provide non-zero exit code, as per existing sourcecode.

This commit is contained in:
Daniel (Fourdee) 2016-08-12 13:20:30 +01:00
parent a9a499939e
commit 037318e2ff

View File

@ -170,7 +170,7 @@ verifyFreeDiskSpace() {
echo "non-integer value from existingFreeBytes ($existingFreeBytes)"
echo "Unknown free space, user aborted, exiting..."
exit
exit 1
fi