Skip to content

Commit 2bdf7ae

Browse files
committed
"wait -n" needs bash
1 parent 9ced6ef commit 2bdf7ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

script/start-web.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
#! /bin/sh
1+
#! /bin/bash
22
set -ue
33

4-
if [ "${USE_FASTBOOT:-0}" = 1 ]; then
4+
if [[ "${USE_FASTBOOT:-0}" = 1 ]]; then
55
export USE_FASTBOOT=1
66
node --optimize_for_size --max_old_space_size=200 fastboot.js &
77
bin/start-nginx ./target/release/server &

0 commit comments

Comments
 (0)