Zionetrix::Git
Repositories
Help
Report an Issue
pykota-debian-package
Code
Commits
Branches
Tags
Search
Tree:
d6c00ac
Branches
Tags
master
pykota-debian-package
pykota.cron.daily
Initial commit - commit r2382 from svn
Benjamin Renard
commited
d6c00ac
at 2012-03-26 17:06:26
pykota.cron.daily
Blame
History
Raw
#! /bin/sh # check if print quota package is available test -x /usr/bin/warnpykota || exit 0 # check if warnpyquota run is configured test -f /etc/default/printquota || exit 0 . /etc/default/printquota if [ "$run_warnpykota" = "true" ]; then /usr/bin/warnpykota fi exit 0