small changes in spec
[popcorn.git] / popcorn.cron
blobd91e6cb3dfcfbf701aaac521b32ca9db9ab5355f
1 #!/bin/sh
3 if [ -x /usr/bin/popcorn-client -a -f /etc/popcorn.conf ]; then
4 . /etc/popcorn.conf
5 /usr/bin/popcorn-client
6 fi