Unverified Commit c89424e3 authored by Kroese's avatar Kroese Committed by GitHub
Browse files

Refactor

parent 59e59b09
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
#!/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 &