Commit 1c4b0167ae07d6b31205543dbf90ce62925ce35f
1 parent
f612a617
Exists in
master
and in
29 other branches
omit the absurd amount of output from makemo
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
script/quick-start
... | ... | @@ -98,7 +98,7 @@ else |
98 | 98 | rails runner 'Environment.default.enable("skip_new_user_email_confirmation")' |
99 | 99 | fi |
100 | 100 | |
101 | -run rake noosfero:translations:compile | |
101 | +run 'rake noosfero:translations:compile >/dev/null 2>&1' | |
102 | 102 | |
103 | 103 | # create needed directory |
104 | 104 | mkdir -p tmp/pids | ... | ... |