Skip to content
Snippets Groups Projects
Commit 1a876852 authored by Martin Strbacka's avatar Martin Strbacka
Browse files

notifier: Fixed copy&paste error.

parent bb52e752
No related branches found
No related tags found
No related merge requests found
......@@ -105,7 +105,7 @@ compose_message() {
if [ -f "$msg_file.test" ]; then
cat "$locker_stamp/stamps.test" >> "$locker_stamp/stamps"
cat "$msg_file.restarts" >> "$msg_file.tmp"
cat "$msg_file.test" >> "$msg_file.tmp"
fi
if [ -f "$msg_file.restarts" ]; then
cat "$locker_stamp/stamps.restarts" >> "$locker_stamp/stamps"
......
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