Annoying repetition bug.

This commit is contained in:
Greyscale 2023-03-02 16:53:24 +01:00
parent 92149958ca
commit 9051277cfa
No known key found for this signature in database
GPG key ID: 74BAFF55434DA4B2

View file

@ -14,4 +14,5 @@ if [ "${SCHEDULER_ENABLE,,}" = "on" ]; then
done
else
echo "[SCHEDULER] Not enabled. To enable this feature, set SCHEDULER_ENABLE = on."
sleep infinity
fi