X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Fmesh%2Fbeautify_log.sh;h=13cbceedcb17f2f11e1d5ae454646cf071f1856e;hb=9ff73e44df758011ef4242c1142f02f9b4da3709;hp=986bb15c5691c8516eecf3eeabd68aa768f921ab;hpb=2d184134b0ac47f42d70cf1c9fa80cbb5964f828;p=oweals%2Fgnunet.git diff --git a/src/mesh/beautify_log.sh b/src/mesh/beautify_log.sh index 986bb15c5..13cbceedc 100755 --- a/src/mesh/beautify_log.sh +++ b/src/mesh/beautify_log.sh @@ -14,5 +14,6 @@ rm __tmp_peers cat .log | sed -e 's/mesh-api-/mesh-api- /g' > .log2 mv .log2 .log -kwrite .log --geometry 960x1140-960 & - +if [[ "`ps aux | grep "kwrite .lo[g]"`" = "" ]]; then + kwrite .log --geometry 960x1140-960 & +fi