From f368ca874e8b8865df322cc37bce3a5d50fb35b1 Mon Sep 17 00:00:00 2001 From: Mark Joshwel Date: Sat, 28 Oct 2023 12:25:18 +0000 Subject: [PATCH] s+ow: dont use quotes for SPOW_CRON --- termux-s+ow-setup-cron | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/termux-s+ow-setup-cron b/termux-s+ow-setup-cron index d4b23aa..fec4339 100644 --- a/termux-s+ow-setup-cron +++ b/termux-s+ow-setup-cron @@ -1,3 +1,3 @@ #!/bin/sh sv-enable crond -printf "59 * * * *\t(sleep 30; JID_NOMINAL_TARGET=\"\" JID_ERRORED_TARGET=\"\" SPOW_CRON="yes" ~/.local/bin/s+ow)\n" | crontab - +printf "59 * * * *\t(sleep 30; JID_NOMINAL_TARGET=\"\" JID_ERRORED_TARGET=\"\" SPOW_CRON=y ~/.local/bin/s+ow)\n" | crontab -