From f37990351e7f9c5e47072450bcabb1dfca099cae Mon Sep 17 00:00:00 2001 From: Jacob Salmela Date: Sat, 31 Oct 2015 09:21:19 -0500 Subject: [PATCH] dumb mistake fixed the variable name --- automated install/basic-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automated install/basic-install.sh b/automated install/basic-install.sh index 9e36448d..f39009b5 100755 --- a/automated install/basic-install.sh +++ b/automated install/basic-install.sh @@ -205,7 +205,7 @@ XXX EOF # Execute the command in the background (hidden from the user, not actually a background process) -${commands[${echoes[$k]}]} > $instalLogLoc 2>&1 +${commands[${echoes[$k]}]} > $tmpLog 2>&1 done sudo mv $tmpLog $instalLogLoc$instalLogLoc