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 76a47d5 commit 8859e51Copy full SHA for 8859e51
src/ugrd/base/base.py
@@ -127,7 +127,7 @@ def do_switch_root(self) -> str:
127
_find_init || rd_fail "Unable to find init." # Redefines init on success
128
init_target=$(readvar init)
129
fi
130
- einfo "Switching root to: $switch_root_Target $init_target"
+ einfo "Switching root to: $switch_root_target $init_target"
131
klog "[UGRD $(readvar VERSION)] Running init: $init_target"
132
einfo "Cleaning up /run/ugrd"
133
edebug "$(rm -rfv /run/ugrd)"
0 commit comments