fixed urls in swapupdate.sh
This commit is contained in:
parent
031a43c717
commit
a6a2671bec
@ -1,8 +1,8 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
#this script is run via cron and checks for updates to swapwatch
|
#this script is run via cron and checks for updates to swapwatch
|
||||||
#unless the conf says not to
|
#unless the conf says not to
|
||||||
swapURL="http://DOMAIN.com/monitoring/swapwatch.sh"
|
swapURL="http://DOMAIN.com/swapwatch.sh"
|
||||||
swapupdateURL="http://DOMAIN.com/monitoring/swapupdate.sh"
|
swapupdateURL="http://DOMAIN.com/swapupdate.sh"
|
||||||
APPDIR="/usr/local/sw/apps/swapwatch"
|
APPDIR="/usr/local/sw/apps/swapwatch"
|
||||||
TMPDIR="/usr/local/sw/temp"
|
TMPDIR="/usr/local/sw/temp"
|
||||||
LOGDIR="/usr/local/sw/logs"
|
LOGDIR="/usr/local/sw/logs"
|
||||||
|
Loading…
Reference in New Issue
Block a user