Results 2 comments of Bobby DeVeaux

Have you tried wrapping your script with the IF statements as suggested in second link you posted? ``` #!/bin/sh if [ x$1 == x"precustomization" ]; then echo Do Precustomization tasks...

Awesome - thanks for that. Shall tag this issue as a documentation update. Cheers! :)