~duncan-bayne/halp

76954b4aeb681e72c5afebef0d3c30194f9d503b — Duncan Bayne 1 year, 2 months ago 83bc716
Parameterise the Web vs. Gemini option
1 files changed, 1 insertions(+), 1 deletions(-)

M run-dev-server.sh
M run-dev-server.sh => run-dev-server.sh +1 -1
@@ 33,7 33,7 @@ halp_pid=""
trap cleanup EXIT

while true; do
    perl ./halp.pl --config-filename ./dev-config/halp-config.pl --web &
    perl ./halp.pl --config-filename ./dev-config/halp-config.pl "$1" &
    halp_pid=$!
    if [ -z "$halp_pid" ]; then
	echo "failed to start halp" >&2