Fix autostop-daemon.sh path in start-autostop (#3670)

This commit is contained in:
Geoff Bourne
2025-09-20 15:01:00 -05:00
committed by GitHub
parent 0517a0a2b1
commit ac805a4da6
2 changed files with 2 additions and 6 deletions
+1 -3
View File
@@ -167,9 +167,7 @@ fi
if isTrue "${ENABLE_AUTOPAUSE}"; then
"$(dirname "$0")/start-autopause"
fi
if isTrue "${ENABLE_AUTOSTOP}"; then
elif isTrue "${ENABLE_AUTOSTOP}"; then
"$(dirname "$0")/start-autostop"
fi