Files
oxkerclone/start_oxker.sh
T
2022-09-05 13:07:44 +00:00

7 lines
148 B
Bash
Executable File

#!/bin/sh
set -e
# No idea why this is solving my issue, or even where the issue is originally coming from
sleep .1
exec /usr/local/bin/oxker "$@"