Commit 5121b1f200d69c735c2330a430fb672210f64dfc
Exists in
master
and in
26 other branches
Merge remote-tracking branch 'origin/master'
Showing
1 changed file
with
3 additions
and
1 deletions
Show diff stats
script/quick-start
... | ... | @@ -114,7 +114,9 @@ else |
114 | 114 | rails runner 'Environment.default.enable("skip_new_user_email_confirmation")' |
115 | 115 | fi |
116 | 116 | |
117 | -run quiet rake noosfero:translations:compile | |
117 | +if [ ! -d locale ]; then | |
118 | + run quiet rake noosfero:translations:compile | |
119 | +fi | |
118 | 120 | |
119 | 121 | # create needed directory |
120 | 122 | mkdir -p tmp/pids | ... | ... |