This commit is contained in:
JustArchi 2017-10-07 18:28:57 +02:00
parent 8fa58a4841
commit 5c737a286b

View file

@ -2,6 +2,8 @@
set -eu
cd "$(dirname "$(readlink -f "$0")")"
trap "trap - SIGTERM && kill -- -$$" SIGINT SIGTERM EXIT
while [[ -f ArchiSteamFarm.dll ]]; do
dotnet ArchiSteamFarm.dll --service # We will abort the script if ASF exits with an error
sleep 1