6 lines
94 B
Plaintext
6 lines
94 B
Plaintext
|
#!/bin/sh
|
||
|
export RAILS_ENV=production
|
||
|
|
||
|
cd /usr/lib/dradis
|
||
|
bundle exec rails server webrick $*
|