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 f592d57 commit 77440d2Copy full SHA for 77440d2
1 file changed
startup/sshd_installer.conf
@@ -2,4 +2,4 @@
2
ConditionKernelCommandLine=sshpassword
3
4
[Service]
5
-ExecStartPre=/bin/sh -c '/bin/sed -e "s/.*sshpassword=\([^ ]*\).*/root:\1/" /proc/cmdline | /sbin/chpasswd'
+ExecStartPre=/bin/sh -c '/bin/sed -e "s/.*\<sshpassword=\([^ ]*\).*/root:\1/" /proc/cmdline | /sbin/chpasswd'
0 commit comments