Commit 70b823104070376fb62fc275c58554123d0c23cd
1 parent
684589bc
Exists in
master
and in
29 other branches
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,4 +5,4 @@ set -e | ||
5 | environment="$1" | 5 | environment="$1" |
6 | test -z "$environment" && environment=production | 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" |