Commit 70b823104070376fb62fc275c58554123d0c23cd

Authored by Antonio Terceiro
1 parent 684589bc

rails3: fix noosfero-console script

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
debian/noosfero-console
... ... @@ -5,4 +5,4 @@ set -e
5 5 environment="$1"
6 6 test -z "$environment" && environment=production
7 7  
8   -cd /usr/share/noosfero && su noosfero -c "./script/console $environment"
  8 +cd /usr/share/noosfero && su noosfero -c "rails console $environment"
... ...