From 2cfa00cced97d46ecf20386e262748cd61e23a19 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Mon, 8 May 2017 16:20:59 +0000 Subject: [PATCH] Update setup-min.sh --- setup-min.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/setup-min.sh b/setup-min.sh index 08723f2..89f691f 100644 --- a/setup-min.sh +++ b/setup-min.sh @@ -233,4 +233,6 @@ if [ -n "${NODEJS_VER}" ]; then bash "/tmp/${INSTALL_FILE}" "${NODEJS_VER}" fi -echo "" +sudo chown -R $(whoami):$(whoami) /usr/local/lib/node_modules + +echo "" \ No newline at end of file