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:
parent
a9a499939e
commit
037318e2ff
@ -170,7 +170,7 @@ verifyFreeDiskSpace() {
|
||||
|
||||
echo "non-integer value from existingFreeBytes ($existingFreeBytes)"
|
||||
echo "Unknown free space, user aborted, exiting..."
|
||||
exit
|
||||
exit 1
|
||||
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user