s+ow: dont use quotes for SPOW_CRON

This commit is contained in:
Mark Joshwel 2023-10-28 12:25:18 +00:00
parent adf5c5d5b7
commit f368ca874e

View file

@ -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 -