X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/6f52f7c5b132c7e63d3afa2b60bb72c5a081d055..397a07703c6f18aa173d9a2bd69f5d51047fbb77:/scripts/setup.anjou diff --git a/scripts/setup.anjou b/scripts/setup.anjou index 1fc0bae..291d269 100755 --- a/scripts/setup.anjou +++ b/scripts/setup.anjou @@ -22,12 +22,12 @@ ${MAKE} echo --- install --- ${REALLY} ${MAKE} install echo --- teardown --- -${REALLY} ./scripts/teardown || true +${REALLY} bash scripts/teardown || true echo --- setup --- -${REALLY} ./scripts/setup --root /music \ - --encoding ISO-8859-1 \ - --port none \ - --email rjk@greenend.org.uk \ - --register y \ - --play local +${REALLY} bash scripts/setup --root /music \ + --encoding ISO-8859-1 \ + --port none \ + --email rjk@greenend.org.uk \ + --register y \ + --play local echo --- done ---