This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
ka
/
ansible-role-home
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
exit with error message
pull/1/head
Markus Katharina Brechtel
3 years ago
parent
1b840fcaed
commit
2d30dcecc2
1 changed files
with
1 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
files/bin/pipe-watcher
+ 1
- 0
files/bin/pipe-watcher
View File
@@ -7,6 +7,7 @@ if test (count $argv) -ge 2
end
end
if [ ! -p $pipe ]
if [ ! -p $pipe ]
echo named pipe $pipe not found
exit 1
exit 1
end
end