Skip to content
Snippets Groups Projects
Commit 008911cd authored by Steffen Pankratz's avatar Steffen Pankratz Committed by Tim Niemeyer
Browse files

fff-nodewatcher: fixed typo


Signed-off-by: default avatarSteffen Pankratz <kratz00@gmx.de>
Reviewed-by: default avatarTim Niemeyer <tim@tn-x.org>
parent 6467efc3
No related branches found
No related tags found
No related merge requests found
...@@ -253,7 +253,7 @@ crawl() { ...@@ -253,7 +253,7 @@ crawl() {
DATA=$DATA"<client_count>$client_count</client_count>" DATA=$DATA"<client_count>$client_count</client_count>"
DATA=$DATA"</data>" DATA=$DATA"</data>"
#write data to hxml file that provides the data on httpd #write data to xml file that provides the data on httpd
SCRIPT_DATA_DIR=$(dirname "$SCRIPT_DATA_FILE") SCRIPT_DATA_DIR=$(dirname "$SCRIPT_DATA_FILE")
test -d "$SCRIPT_DATA_DIR" || mkdir -p "$SCRIPT_DATA_DIR" test -d "$SCRIPT_DATA_DIR" || mkdir -p "$SCRIPT_DATA_DIR"
echo "$DATA" | gzip | tee "$SCRIPT_DATA_FILE" | alfred -s 64 echo "$DATA" | gzip | tee "$SCRIPT_DATA_FILE" | alfred -s 64
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment