Skip to content

Commit 4378919

Browse files
committed
Fix
1 parent 7663b46 commit 4378919

File tree

1 file changed

+1
-1
lines changed
  • src/middlewared/middlewared/plugins/system

1 file changed

+1
-1
lines changed

src/middlewared/middlewared/plugins/system/utils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def __init__(self):
1818
self.SYSTEM_READY = False
1919
# Flag telling whether the system is shutting down
2020
self.SYSTEM_SHUTTING_DOWN = False
21-
self.SYSTEM_BOOT_ENV_FIRST_BOOT
21+
self.SYSTEM_BOOT_ENV_FIRST_BOOT = False
2222
# Flag telling whether post-install
2323

2424

0 commit comments

Comments
 (0)