Remove extraneous double-quote
This commit is contained in:
parent
12a47659f7
commit
ccb36dde25
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ adduser --disabled-password --gecos='""' testu \
|
||||||
&& echo "The system MUST be restarted before confirming the fix."
|
&& echo "The system MUST be restarted before confirming the fix."
|
||||||
&& echo "If changes are made this should happen automatically but do it manually if that fails."
|
&& echo "If changes are made this should happen automatically but do it manually if that fails."
|
||||||
&& echo
|
&& echo
|
||||||
&& echo "Pausing for ten seconds before attempting to fix..""
|
&& echo "Pausing for ten seconds before attempting to fix.."
|
||||||
&& sleep 10 \
|
&& sleep 10 \
|
||||||
&& echo "install algif_aead /bin/false" > /etc/modprobe.d/disable-algif.conf \
|
&& echo "install algif_aead /bin/false" > /etc/modprobe.d/disable-algif.conf \
|
||||||
&& rmmod algif_aead \
|
&& rmmod algif_aead \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue