diff options
author | Neissi Torres Lima <neissi.lima@gmail.com> | 2015-02-04 10:37:41 -0200 |
---|---|---|
committer | Neissi Torres Lima <neissi.lima@gmail.com> | 2015-02-04 10:38:07 -0200 |
commit | 34c3196f26c7f64344b397b3e6c9b87a88747af8 (patch) | |
tree | d71315b2f82c7dd757af5ccc759de785e2b8f8f8 /service/go | |
parent | a7beccf1e219c4e946bc8c90335683e2e6b20d01 (diff) |
Fixing setupjs
Diffstat (limited to 'service/go')
-rwxr-xr-x | service/go | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -19,6 +19,8 @@ function setuppy { function setupjs { cd ../web-ui + npm install + node_modules/bower/bin/bower install --config.interactive=false --allow-root LC_ALL=en_US.UTF-8 ./go build cd - } |