Skip to content

Commit

Permalink
Fixing delete lib path in upgrade script
Browse files Browse the repository at this point in the history
  • Loading branch information
Puckfist committed Feb 19, 2016
1 parent 6ba67cb commit f03d1d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Core/scripts/upgrade.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f03d1d7

Please sign in to comment.