fix bin/cli script

pull/83/head
Thibault Duplessis 2012-09-10 10:51:50 +02:00
parent 35aa5973e7
commit e862f730a1
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#!/bin/sh
if [ -z $* ]; then
if [ -z "$*" ]; then
bin/play -Dcore.cron.enabled=false
else
bin/play -Dcore.cron.enabled=false ";project cli;run $*"