]> git.rkrishnan.org Git - dttsp.git/commitdiff
Man, I'm sloppy today; fix setup-ipc too.
authordttsp <dttsp>
Tue, 10 May 2005 14:49:27 +0000 (14:49 +0000)
committerdttsp <dttsp>
Tue, 10 May 2005 14:49:27 +0000 (14:49 +0000)
jDttSP/setup-ipc

index dfea6832e76fee200533acb812958201877e79b4..5290e0eb70f7c170bdb35e6ee483a94b9eff511c 100755 (executable)
@@ -7,11 +7,11 @@ if [ ! -d ./IPC ]; then mkdir ./IPC; fi
     mkfifo SDR-1000-0-commands.fifo
   fi
 
-  if [ ! -f SDR-1000-0-rx-meter.fifo ]; then
+  if [ ! -p SDR-1000-0-meter.fifo ]; then
     mkfifo SDR-1000-0-meter.fifo
   fi
 
-  if [ ! -f SDR-1000-0-spec.fifo ]; then
+  if [ ! -p SDR-1000-0-spec.fifo ]; then
     mkfifo SDR-1000-0-spec.fifo
   fi)