chiark / gitweb /
Leave a bit of headroom above test port number, since we go at least
[disorder] / scripts / setup.anjou
index 1fc0baec09c140fa7d785a967bf6d7275f25493b..291d26960377d142e2919c6c78f57d36842dab56 100755 (executable)
@@ -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 ---