This commit is contained in:
Kroese 2023-04-14 17:56:06 +02:00 committed by GitHub
parent 475e6e4ba2
commit 3dafb19788

View File

@ -1,8 +1,6 @@
#!/usr/bin/env bash
set -eu
[ ! -d "$IMG" ] && echo "Storage folder (${IMG}) not found!" && exit 69
# Display wait message on port 5000
/run/server.sh 5000 > /dev/null &