aboutsummaryrefslogtreecommitdiff
path: root/bashweb.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bashweb.sh')
-rwxr-xr-xbashweb.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bashweb.sh b/bashweb.sh
index 411e72b..aa2d1d0 100755
--- a/bashweb.sh
+++ b/bashweb.sh
@@ -27,7 +27,7 @@ main () {
#$data
#$(./preprocessor/url.sh)
#EOF
- netcat -q 0 -l 1234 < /tmp/backpipe | ./proprocessor/main.sh 1> /tmp/backpipe
+ netcat -q 0 -l 1234 < /tmp/backpipe | ./preprocessor/main.sh 1> /tmp/backpipe
}
while true