A partial archive of meta.discourse.org as of Tuesday July 18, 2017.

Discourse App Rebuild has no output

Kimberly_Boynton

I am trying to rebuild my app with the latest and greatest but for some reason it just has no output at all. The only change to launcher i made was to comment out the exit 1 for my storage system. Now its doing absolutely nothing, no messages, no errors, not ‘hey we gonna rebuild’ just, nothing.

mpalmer

Try running /bin/bash -x ./launcher rebuild app (in other words, exactly the same command as usual but with /bin/bash -x in front). That will output a “trace” of every statement that the bash script executes. It might be obvious what’s happening from the trace (a leftover exit you forgot to nuke), but if not, paste the whole thing up in here and someone can interpret.