diff options
-rw-r--r-- | networking/httpd_post_upload.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/networking/httpd_post_upload.txt b/networking/httpd_post_upload.txt index a53b11467..fd7fc2be4 100644 --- a/networking/httpd_post_upload.txt +++ b/networking/httpd_post_upload.txt | |||
@@ -63,10 +63,10 @@ EOF | |||
63 | } | 63 | } |
64 | # Empty line + NOT delimiter. Save empty line, | 64 | # Empty line + NOT delimiter. Save empty line, |
65 | # and go check next line | 65 | # and go check next line |
66 | printf "%s\n" $'\r' -vC >&3 | 66 | printf "%s\n" $'\r' >&3 |
67 | done | 67 | done |
68 | # Not empty line - just save | 68 | # Not empty line - just save |
69 | printf "%s\n" "$line" -vC >&3 | 69 | printf "%s\n" "$line" >&3 |
70 | done 3>"$file" | 70 | done 3>"$file" |
71 | 71 | ||
72 | cat <<EOF | 72 | cat <<EOF |