Fix typo in upgrade-tools when running as root

This commit is contained in:
Ben Peddell 2015-11-02 00:46:51 +10:00
parent c3826aa30f
commit 346de3731d

View File

@ -98,7 +98,7 @@ runAsRoot(){
fi
if [ "$1" == "upgrade-tools" ]; then
doUpgrade
doUpgradeTools
elif [ "$1" == "uninstall-tools" ]; then
doUninstallTools
else