diff --git a/entrypoint.sh b/entrypoint.sh index b51cfc7..b60ffa0 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -6,4 +6,4 @@ if [ ! -f "/app/config/ASF.json" ]; then echo '{"IPCPassword":"asfcnasfcn"}' >> /app/config/ASF.json fi caddy start --config /app/Caddyfile -bash /app/ArchiSteamFarm-Service.sh --no-restart --process-required --system-required +bash /asf/ArchiSteamFarm-Service.sh --no-restart --process-required --system-required