mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 02:42:58 +00:00
Provide non-zero exit code, as per existing sourcecode.
This commit is contained in:
parent
a9a499939e
commit
037318e2ff
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue