#!/bin/sh

# This is run every 5 minutes using cronjob.

# MOD: 29-Sep-2020
# New server.
cd /home/viziserve/public_html/vp2
#cd /home/viziserv/subdomains/vp/public_html

#php vpcheckandrun.php >vpcheck-stdout.txt $1 2>vpcheck-stderr.txt

#now=$(date);
#php vprestartifneeded.php >logs/vprestart-"$now"-stdout.txt 2>logs/vprestart-"$now"-stderr.txt

php vprestartifneeded.php
