mirror of
https://github.com/JustArchiNET/ArchiSteamFarm
synced 2024-11-10 15:14:41 +00:00
Misc
This commit is contained in:
parent
8fa58a4841
commit
5c737a286b
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue