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