Skip to content
Snippets Groups Projects
Commit 195b9f67 authored by Michal 'vorner' Vaner's avatar Michal 'vorner' Vaner
Browse files

Typo fix in log message

parent b2484326
No related branches found
No related tags found
No related merge requests found
......@@ -16,6 +16,6 @@ ls "$SCRIPT_DIR" | sort | while read SCRIPT ; do
kill -SIGABRT $$
fi
touch "$COMPLETED_DIR/$SCRIPT"
echo "Script $SCRIPT comlete" | logger -t oneshot -p user.info
echo "Script $SCRIPT complete" | logger -t oneshot -p user.info
fi
done
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