Commit 3ea75e0c09d9ab46d927b19ee81c02cd9014f991
Exists in
master
and in
22 other branches
Merge branch 'rails3' of gitlab.com:noosfero/noosfero into rails3
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" |