#!/bin/sh
set -e
<<<<<<< HEAD
php /var/www/html/xyzshop/queue/index.php queue index
time=$(date "+%Y%m%d")
if [ ! -f "/var/www/html/xyzshop/data/log/${time}-queue.log" ]; then
touch "/var/www/html/xyzshop/data/log/${time}-queue.log"
fi
tail -f "/var/www/html/xyzshop/data/log/${time}-queue.log"
=======
php /var/www/html/queue/index.php queue index
time=$(date "+%Y%m%d")
if [ ! -f "/var/www/html/data/log/${time}-queue.log" ]; then
touch "/var/www/html/data/log/${time}-queue.log"
fi
tail -f "/var/www/html/data/log/${time}-queue.log"
>>>>>>> 228203e29f1a9f93eda3c1d8badd5fc640808e8c