Skip to content

Commit

Permalink
update osrs file location
Browse files Browse the repository at this point in the history
  • Loading branch information
purarue committed Nov 4, 2024
1 parent 620c8c2 commit f57694c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/vps_sync_osrs_images
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ while read -r line; do
done <<<"$(fd . runelite_screenshots -e png -t f)"

# sync from ~/.cache/runelite_screenshots to remote server
exec rsync -Pavhz --checksum "$HOME/.cache/runelite_screenshots" vultr:./static_files >/dev/null
exec rsync -Pavhz --checksum "$HOME/.cache/runelite_screenshots" "$HOME/Files/remsync_public" >/dev/null
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

wait-for-internet -q --timeout "${WFI_TIMEOUT:-10}" || exit 0

evry 30 minutes -check-fish-server && {
evry 30 minutes -check-server && {
printlog 'checking purarue.xyz...'
HTTP_CODE="$(curl -L -so /dev/null -w "%{http_code}" 'https://purarue.xyz')"
[[ "$HTTP_CODE" != "200" ]] && send-error "purarue.xyz is down"
Expand Down

0 comments on commit f57694c

Please sign in to comment.