root / pykota / trunk / debian / pykota.cron.daily @ 2065
Revision 1812, 284 bytes (checked in by jalet, 20 years ago) | |
---|---|
|
Line | |
---|---|
1 | #! /bin/sh |
2 | |
3 | # check if print quota package is available |
4 | test -x /usr/bin/warnpykota || exit 0 |
5 | |
6 | # check if warnpyquota run is configured |
7 | test -f /etc/default/printquota || exit 0 |
8 | . /etc/default/printquota |
9 | |
10 | if [ "$run_warnpykota" = "true" ]; then |
11 | /usr/bin/warnpykota |
12 | fi |
13 | |
14 | exit 0 |
Note: See TracBrowser
for help on using the browser.