Changeset 1728 for pykota/trunk/bin
- Timestamp:
- 09/21/04 12:57:37 (20 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/bin/waitprinter.sh
r1723 r1728 75 75 ##log_msg "`ls -la /var/spool/{cups,samba}`" 76 76 log_msg "Pykota Phase: ${PYKOTAPHASE}" 77 if [ x$PYKOTA ACTION != "xDENY" ] && [ x$PYKOTAPHASE = "xAFTER" ] ; then77 if [ x$PYKOTASTATUS != "xCANCELLED" ] && [ x$PYKOTAACTION != "xDENY" ] && [ x$PYKOTAPHASE = "xAFTER" ] ; then 78 78 printing_wait "${printer}" 79 79 fi