Introduction
Introduction Statistics Contact Development Disclaimer Help
Check for real pipes. Thanks quinq for the hint! - annna - Annna the nice frien…
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6…
Log
Files
Refs
Tags
README
---
commit a69cbe4d58fb20e13e1c11d868562622f35b203a
parent b22871644cfb4c2887069e10da332c358d823eb2
Author: Annna Robert-Houdin <[email protected]>
Date: Tue, 3 Apr 2018 18:23:24 +0200
Check for real pipes. Thanks quinq for the hint!
Diffstat:
M annna-start-services | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/annna-start-services b/annna-start-services
@@ -21,17 +21,17 @@ iibase="/home/annna/irc/chat.freenode.net"
## EN Channel (this script)
[ -d "${iibase}/#bitreich-en" ] \
&& chmod o+rx "${iibase}/#bitreich-en"
-[ -e "${iibase}/#bitreich-en/in" ] \
+[ -p "${iibase}/#bitreich-en/in" ] \
&& chmod o+w "${iibase}/#bitreich-en/in"
## SCM (/scm/post-receive)
[ -d "${iibase}/#bitreich-scm" ] \
&& chmod o+rx "${iibase}/#bitreich-scm"
-[ -e "${iibase}/#bitreich-scm/in" ] \
+[ -p "${iibase}/#bitreich-scm/in" ] \
&& chmod o+w "${iibase}/#bitreich-scm/in"
## Radio (/br/radio/playlist.sh + this script)
[ -d "${iibase}/#bitreich-radio" ] \
&& chmod o+rx "${iibase}/#bitreich-radio"
-[ -e "${iibase}/#bitreich-radio/in" ] \
+[ -p "${iibase}/#bitreich-radio/in" ] \
&& chmod o+w "${iibase}/#bitreich-radio/in"
if [ -f "${iibase}/#bitreich-radio/out" ];
You are viewing proxied material from bitreich.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.