updated urls
This commit is contained in:
parent
058f5aa5b3
commit
f3dd5e5546
2 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# Add the cron entry if not already present
|
# Add the cron entry if not already present
|
||||||
CRONLINE='0 2 * * * curl -s "https://https://forge.xavier.cc/xavier/Peeper/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
|
# Append to crontab only if not already present
|
||||||
(crontab -l 2>/dev/null | grep -vF "$CRONLINE"; echo "$CRONLINE") | crontab -
|
(crontab -l 2>/dev/null | grep -vF "$CRONLINE"; echo "$CRONLINE") | crontab -
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
# === CONFIGURATION ===
|
# === CONFIGURATION ===
|
||||||
APP_URL="https://https://forge.xavier.cc/xavier/Peeper/Peeper"
|
APP_URL="https://forge.xavier.cc/xavier/Peeper/raw/branch/main/Peeper"
|
||||||
APP_PATH="/usr/local/bin/peepinfo"
|
APP_PATH="/usr/local/bin/peepinfo"
|
||||||
LOG_FILE="/var/log/peepinfo.log"
|
LOG_FILE="/var/log/peepinfo.log"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue