From e93042403c0d073d1edd3ce96f19496dbeb2ca1b Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Mon, 15 May 2017 21:55:30 -0600 Subject: [PATCH] Update setup-min.sh --- setup-min.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup-min.sh b/setup-min.sh index 3f8b44f..8e3eebf 100644 --- a/setup-min.sh +++ b/setup-min.sh @@ -239,6 +239,6 @@ if [ -n "${NODEJS_VER}" ]; then bash "/tmp/${INSTALL_FILE}" "${NODEJS_VER}" fi -sudo chown -R $(whoami):$(whoami) $node_install_path/lib/node_modules +sudo chown -R $(whoami) $node_install_path/lib/node_modules echo "" \ No newline at end of file