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