Skip to content

Commit def727f

Browse files
committed
invert check
Signed-off-by: Zen <[email protected]>
1 parent 08b8f11 commit def727f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ugrd/base/debug.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
__author__ = "desultory"
2-
__version__ = "1.1.2"
2+
__version__ = "1.2.0"
33

44
from zenlib.util import check_dict
55

66

77
def start_shell(self) -> str:
88
""" Start a bash shell at the start of the initramfs. """
9-
return ['if check_var debug; then',
9+
return ['if ! check_var debug; then',
1010
' ewarn "The debug module is enabled, but debug is not set enabled"',
1111
' return',
1212
'fi',

0 commit comments

Comments
 (0)