X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/2e6bdcfa22b04e259111eb3bc3d34c1117d7dc66..263ed9c13181822dc2f641da2ea0ccb8e949f360:/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 ---