]> oss.titaniummirror.com Git - ovzbpc.git/blobdiff - bpcbackup
Add /usr/local to the scripts' PATHs. Move cron job to 4am.
[ovzbpc.git] / bpcbackup
index f22e7802b6ee587a07d9dada2ead25dfcfb06a75..895ba8f7e93da66aa4f13f90055eeadfe8903301 100755 (executable)
--- a/bpcbackup
+++ b/bpcbackup
@@ -8,7 +8,7 @@
 # on the HNs.  Only the HN hosting the BPC VE will do anything.
 
 VEID=1158
-export PATH=/sbin:/usr/sbin:$PATH
+export PATH=/usr/local/sbin:/usr/local/bin:/sbin:/usr/sbin:$PATH
 
 # Complain if this script is running on a server not configured with OpenVZ
 if [ ! -x /usr/sbin/vzctl ]; then