Update power.sh

This commit is contained in:
Kroese 2024-01-24 01:54:56 +01:00 committed by GitHub
parent 1961ee6dd7
commit c6ce39f008
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -121,7 +121,7 @@ _graceful_shutdown() {
info "Cannot send ACPI signal during Windows setup, aborting..." info "Cannot send ACPI signal during Windows setup, aborting..."
finish "$code" && return "$code" finish "$code" && return "$code"
else else
rm -f "$STORAGE/$BASE" [ -n "$BASE" ] && rm -f "$STORAGE/$BASE"
touch "$STORAGE/windows.boot" touch "$STORAGE/windows.boot"
fi fi
fi fi