2 lines
63 B
2 lines
63 B
#!/bin/bash
|
|
exec gosu "${USER}" /app/*server monitor || exit 1
|
|
|