9 lines
74 B
Bash
Executable file
9 lines
74 B
Bash
Executable file
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
/app/nebula-start.sh &
|
|
/app/seaweedfs-start.sh &
|
|
|
|
wait
|