Changeset 1656

Show
Ignore:
Timestamp:
07/28/04 12:21:38 (20 years ago)
Author:
jalet
Message:

Fixed inconsistent quoting.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/bin/waitprinter.sh

    r1655 r1656  
    2727 
    2828# In any case, wait until the printer is idle again. 
    29 until snmpget -v1 -c public -Ov $1 HOST-RESOURCES-MIB::hrPrinterStatus.1 | grep -i "idle" >/dev/null ; do  
     29until snmpget -v1 -c public -Ov $1 HOST-RESOURCES-MIB::hrPrinterStatus.1 | grep -i idle >/dev/null ; do  
    3030  sleep 1 ; 
    3131done