FeedOnFeeds/update-quiet.sh

6 lines
155 B
Bash
Executable File

#!/bin/sh
if [ -z "`ps ax | grep php | grep update-quiet | head -n 1 | awk '{print $1}'`" ]; then
cd `dirname $0` && /usr/bin/php update-quiet.php
fi