We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08b8f11 commit def727fCopy full SHA for def727f
src/ugrd/base/debug.py
@@ -1,12 +1,12 @@
1
__author__ = "desultory"
2
-__version__ = "1.1.2"
+__version__ = "1.2.0"
3
4
from zenlib.util import check_dict
5
6
7
def start_shell(self) -> str:
8
""" Start a bash shell at the start of the initramfs. """
9
- return ['if check_var debug; then',
+ return ['if ! check_var debug; then',
10
' ewarn "The debug module is enabled, but debug is not set enabled"',
11
' return',
12
'fi',
0 commit comments