summaryrefslogtreecommitdiff
path: root/provisioning/modules/pixelated/files
diff options
context:
space:
mode:
Diffstat (limited to 'provisioning/modules/pixelated/files')
-rwxr-xr-xprovisioning/modules/pixelated/files/activate_custom_node_modules.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/provisioning/modules/pixelated/files/activate_custom_node_modules.sh b/provisioning/modules/pixelated/files/activate_custom_node_modules.sh
index 5fa90b6a..2e15a42b 100755
--- a/provisioning/modules/pixelated/files/activate_custom_node_modules.sh
+++ b/provisioning/modules/pixelated/files/activate_custom_node_modules.sh
@@ -32,9 +32,9 @@ echo "running python setup.py develop"
python setup.py develop >/dev/null
echo "running bower install"
cd /vagrant/web-ui/
-bower install >/dev/null
+node_modules/.bin/bower install >/dev/null
echo "running go build"
-./go build
+LC_ALL=en_US.UTF-8 ./go build
cd /vagrant