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 8accb06 commit b4c47e2Copy full SHA for b4c47e2
src/ugrd/base/base.py
@@ -1,5 +1,5 @@
1
__author__ = 'desultory'
2
-__version__ = '3.2.6'
+__version__ = '3.2.7'
3
4
from importlib.metadata import version
5
from pathlib import Path
@@ -58,7 +58,7 @@ def _find_init(self) -> str:
58
return ['for init_path in "/sbin/init" "/bin/init" "/init"; do',
59
' if [ -e "$(cat /run/MOUNTS_ROOT_TARGET)$init_path" ] ; then',
60
' echo "Found init at: $(cat /run/MOUNTS_ROOT_TARGET)$init_path"',
61
- ' echo "$(cat /run/MOUNTS_ROOT_TARGET)$init_path" > /run/INIT_TARGET',
+ ' echo "$init_path" > /run/INIT_TARGET',
62
' return',
63
' fi',
64
'done',
0 commit comments