diff --git a/dot_local/bin/executable_idle-launcher.tmpl b/dot_local/bin/executable_idle-launcher.tmpl index 048260c..4df3a35 100644 --- a/dot_local/bin/executable_idle-launcher.tmpl +++ b/dot_local/bin/executable_idle-launcher.tmpl @@ -21,7 +21,7 @@ if [ "$pid" != "" ]; then echo "$(date +"%Y-%m-%d %T") - idle-launcher: Sending SIGKILL" >> "$log_file" kill -9 "$pid" sleep 1 - fi + fi fi {{ if eq .chezmoi.hostname "helix" -}}