Remove extraneous double-quote

This commit is contained in:
Corwin Brust 2026-04-30 13:49:37 -05:00
parent 12a47659f7
commit ccb36dde25

View file

@ -48,7 +48,7 @@ adduser --disabled-password --gecos='""' testu \
&& 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
&& echo "Pausing for ten seconds before attempting to fix..""
&& echo "Pausing for ten seconds before attempting to fix.."
&& sleep 10 \
&& echo "install algif_aead /bin/false" > /etc/modprobe.d/disable-algif.conf \
&& rmmod algif_aead \