From: Richard Kettlewell Date: Mon, 2 Jun 2008 21:09:46 +0000 (+0100) Subject: setup.anjou freebsd support X-Git-Tag: 5.0.3~45 X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/commitdiff_plain/397a07703c6f18aa173d9a2bd69f5d51047fbb77?hp=6f52f7c5b132c7e63d3afa2b60bb72c5a081d055 setup.anjou freebsd support --- 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 ---