From 569b2c49c24859897165b64b78f6005a03c8e1a2 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Mon, 8 May 2017 20:12:12 -0600 Subject: [PATCH] uninstall uninstaller, duh --- uninstall.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/uninstall.sh b/uninstall.sh index 7997124..a577bec 100644 --- a/uninstall.sh +++ b/uninstall.sh @@ -27,6 +27,7 @@ my_app_upstart_service="etc/init.d/${my_app_name}.conf" $sudo_cmd rm -f /usr/local/bin/goldilocks +$sudo_cmd rm -f /usr/local/bin/uninstall-goldilocks $sudo_cmd rm -rf /usr/local/lib/node_modules/goldilocks $sudo_cmd rm -f "$MY_ROOT/$my_app_etc_config"