3 lines
91 B
Bash
3 lines
91 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
./storagenode dashboard --config-dir /app/config --identity-dir /app/identity $@
|