global-functions: $MkDir: return false on error

This commit is contained in:
Christian Hesse 2023-03-25 21:49:12 +01:00
parent 847f0a4564
commit 7293306f76

View file

@ -589,7 +589,7 @@
$WaitForFile "tmpfs"; $WaitForFile "tmpfs";
} on-error={ } on-error={
$LogPrintExit2 warning $0 ("Creating disk of type tmpfs failed!") false; $LogPrintExit2 warning $0 ("Creating disk of type tmpfs failed!") false;
:set Error true; :return false;
} }
} }
:set Continue true; :set Continue true;