From b432ba7c76a81e3df53d3358c8294bc0b70da151 Mon Sep 17 00:00:00 2001 From: zontreck Date: Sat, 23 Nov 2024 02:10:18 -0700 Subject: [PATCH] Attempt to fix installscript being unable to install awsparser --- installscript.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installscript.sh b/installscript.sh index cf573e8..abc60c4 100644 --- a/installscript.sh +++ b/installscript.sh @@ -23,7 +23,7 @@ else exit 1 fi - SUDO_CMD="echo $PASS | sudo -S" + SUDO_CMD="echo \"$PASS\" | sudo -S" fi # Function to download a file with retry logic