We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7663b46 commit 4378919Copy full SHA for 4378919
src/middlewared/middlewared/plugins/system/utils.py
@@ -18,7 +18,7 @@ def __init__(self):
18
self.SYSTEM_READY = False
19
# Flag telling whether the system is shutting down
20
self.SYSTEM_SHUTTING_DOWN = False
21
- self.SYSTEM_BOOT_ENV_FIRST_BOOT
+ self.SYSTEM_BOOT_ENV_FIRST_BOOT = False
22
# Flag telling whether post-install
23
24
0 commit comments