mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 14:10:53 +00:00
Misc
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user