Wrong exit code

This commit is contained in:
David Heinemeier Hansson 2025-08-25 08:26:08 +02:00
parent 2d848338e6
commit a428208077

View File

@ -2,7 +2,7 @@
# Exit early if we don't have the tte show
if ! command -v tte &>/dev/null; then
exit 0
exit 1
fi
# Exit early if screensave is already running