From ccb36dde25e707d8bb4396dc0b5dc05f89295b1a Mon Sep 17 00:00:00 2001 From: corwin Date: Thu, 30 Apr 2026 13:49:37 -0500 Subject: [PATCH] Remove extraneous double-quote --- fix-copy-fail.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fix-copy-fail.sh b/fix-copy-fail.sh index 693252b..0ebd76f 100644 --- a/fix-copy-fail.sh +++ b/fix-copy-fail.sh @@ -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 \