Skip to content
Snippets Groups Projects
Commit 2f42d394 authored by AJ's avatar AJ Committed by Gabriel Engel
Browse files

Updated bash shebang on shell scripts for portability

This fixes #2781



	modified:   example-build.sh

	modified:   install.sh
parent 3528be6b
No related branches found
No related tags found
No related merge requests found
#!/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
......
#!/bin/bash
#!/usr/bin/env bash
ROOTPATH=/var/www/rocket.chat
PM2FILE=pm2.json
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment