From f03d1d70b65f3596feb052db4eec21dc9714d1b8 Mon Sep 17 00:00:00 2001 From: Phillip Dunlap Date: Fri, 19 Feb 2016 15:25:34 -0700 Subject: [PATCH] Fixing delete lib path in upgrade script --- Core/scripts/upgrade.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Core/scripts/upgrade.sh b/Core/scripts/upgrade.sh index ffcf75fddb..97fe523f04 100644 --- a/Core/scripts/upgrade.sh +++ b/Core/scripts/upgrade.sh @@ -7,7 +7,7 @@ # Upgrades Mango Automation core. # Delete jars and work dir -rm -f"$MA_HOME"/lib/*.jar +rm -f "$MA_HOME"/lib/*.jar rm -Rf "$MA_HOME"/work # Unzip core. The exact name is unknown, but there should only be one, so iterate