More modifications on PKGBUILD to improve package-build
[archlinuxdevstack.git] / redmine / redmine-webrick
blob9e4e3ac8aae93d843f00577f9c451a020b7ee241
1 #!/bin/sh
2 DIR=/usr/lib/redmine
3 if [ $# != 1 ] ; then
4 echo "syntax: $0 database"
5 exit 1
6 fi
7 /usr/bin/ruby ${DIR}/script/server webrick -e $1 > /var/log/redmine-access.log 2>&1