Updated bash shebang on shell scripts for portability

This fixes #2781



	modified:   example-build.sh

	modified:   install.sh
pull/2808/head
AJ 9 years ago committed by Gabriel Engel
parent 3528be6b57
commit 2f42d394b2
  1. 3
      example-build.sh
  2. 2
      install.sh

@ -1,4 +1,5 @@
#!/bin/bash
#!/usr/bin/env bash
export METEOR_SETTINGS=$(cat settings.json)
meteor add rocketchat:hubot meteorhacks:kadira
meteor build --server https://demo.rocket.chat --directory /var/www/rocket.chat

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
ROOTPATH=/var/www/rocket.chat
PM2FILE=pm2.json

Loading…
Cancel
Save