From c1fb48b55df15f3d2ae8ef55ef1cdde09d0e6407 Mon Sep 17 00:00:00 2001 From: Xavier Date: Tue, 29 Jul 2025 13:41:59 -0500 Subject: [PATCH] quote fix --- install-cronjob.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-cronjob.sh b/install-cronjob.sh index c8007e0..0e17c93 100644 --- a/install-cronjob.sh +++ b/install-cronjob.sh @@ -1,7 +1,7 @@ #!/bin/bash # Add the cron entry if not already present -CRONLINE='0 2 * * * curl -s "https://forge.xavier.cc/xavier/Peeper/raw/branch/main/setup-peepinfo.sh | bash' +CRONLINE='0 2 * * * curl -s https://forge.xavier.cc/xavier/Peeper/raw/branch/main/setup-peepinfo.sh | bash' # Append to crontab only if not already present (crontab -l 2>/dev/null | grep -vF "$CRONLINE"; echo "$CRONLINE") | crontab -