From fc076f34203770f732d8e6c2d8fee982f0a90fc2 Mon Sep 17 00:00:00 2001 From: Shawn Iverson Date: Fri, 8 Sep 2017 20:41:07 -0400 Subject: [PATCH] Fix typo line 706 --- update/versions/EFA-Version-Upgrade-3.0.2.4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update/versions/EFA-Version-Upgrade-3.0.2.4 b/update/versions/EFA-Version-Upgrade-3.0.2.4 index 788eb3c..9b9884c 100644 --- a/update/versions/EFA-Version-Upgrade-3.0.2.4 +++ b/update/versions/EFA-Version-Upgrade-3.0.2.4 @@ -703,7 +703,7 @@ function finalize() { # +---------------------------------------------------+ # Function to determine space needed for update # +---------------------------------------------------+ -funcion checkspace() +function checkspace() { # Get size of database area DBSIZE=$(du -c /var/lib/mysql | tail -n 1 | awk '{print $1}')