source: gutenbach-queue/view-gutenbach-queue @ 0b5842c

debianmacno-cupsweb
Last change on this file since 0b5842c was 0b5842c, checked in by Jessica B. Hamrick <jhamrick@…>, 14 years ago

Initial commit. The scripts should work, but they have some bugs.

  • Property mode set to 100755
File size: 280 bytes
Line 
1#!/bin/bash
2
3daemon --running --name gutenbach-queue -F /var/run/sipbmp3/gutenbach-queue.pid
4if [ "$?" == 0 ]; then
5    watch -t -n 1 cat /var/run/sipbmp3/current_queue
6else
7    echo "The gutenbach queue daemon is not running.  Please start it at /etc/init.d/gutenbach-queue."
8fi
Note: See TracBrowser for help on using the repository browser.