quote fix
This commit is contained in:
parent
f3dd5e5546
commit
c1fb48b55d
1 changed files with 1 additions and 1 deletions
|
|
@ -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 -
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue