Skip to content
Snippets Groups Projects
Commit bbf8fd2e authored by Jacob Vosmaer (GitLab)'s avatar Jacob Vosmaer (GitLab)
Browse files

Merge branch 'environmentize-scripts-in-script-dir' into 'master'

Environmentize Scripts In Script Dir

Updated Rails.root/scripts/{web,background_jobs} to use #!/usr/bin/env bash to allow for less OS specifcs for the location of bash, namely FreeBSD or Systems that have bash installed from source but do not have the path exported for /usr/local/{bin,sbin}
parents 0331f36a 00ebfaa9
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
#!/usr/bin/env bash
 
cd $(dirname $0)/..
app_root=$(pwd)
Loading
Loading
#!/bin/bash
#!/usr/bin/env bash
 
cd $(dirname $0)/..
app_root=$(pwd)
Loading
Loading
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