Skip to content

Commit 36a624d

Browse files
author
Murray Christopherson
committed
Ensure RVM is used for Ruby version.
1 parent 0cb5320 commit 36a624d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

start_mailphax_server.sh.template

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/bin/bash
22

3+
source /usr/local/rvm/scripts/rvm
4+
35
PORT=8080
46
HOST='0.0.0.0'
57
ENVIRONMENT='production'

0 commit comments

Comments
 (0)