7 lines
72 B
Bash
Executable File
7 lines
72 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -x
|
|
|
|
./diesel setup || exit 1
|
|
exec /usr/local/bin/backend
|