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

Eliminate infinite loop

parent 3421216a
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,7 @@ base_folder=/tmp/user_notify
while [ "$1" ] ; do
touch "$base_folder/$1/displayed" 2>/dev/null # Don't care about errors if the message already disappeared
shift
done
exec user-notify-cleaner
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