From c63ca633b4b75ae548450c25acb6b013a6e90353 Mon Sep 17 00:00:00 2001 From: Stacy Harper Date: Wed, 7 Jul 2021 20:31:45 +0200 Subject: [PATCH] Remove unused arg --- configs/default_hooks/postwake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/default_hooks/postwake b/configs/default_hooks/postwake index d8d20a3..7040d07 100644 --- a/configs/default_hooks/postwake +++ b/configs/default_hooks/postwake @@ -13,7 +13,7 @@ finish() { # Going back to crust if [ "$(sxmo_screenlock.sh getCurState)" != "unlock" ]; then - sxmo_screenlock.sh crust "$SXMO_RTCWAKEINTERVAL" + sxmo_screenlock.sh crust fi exit 0