7 lines
64 B
Bash
7 lines
64 B
Bash
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
/app/nebula-start.sh
|
|
/app/seaweedfs-start.sh
|