From 31e0f4c8abfa5f80fcbc7d5f4c9dc458dc71482b Mon Sep 17 00:00:00 2001 From: "Rick Farina (Zero_Chaos)" Date: Fri, 19 Jul 2019 11:33:34 -0400 Subject: [PATCH] wctf-client: if --- pentoo/wctf-client/files/99-ldm.start | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pentoo/wctf-client/files/99-ldm.start b/pentoo/wctf-client/files/99-ldm.start index f8d0132a7..9cf6bb984 100644 --- a/pentoo/wctf-client/files/99-ldm.start +++ b/pentoo/wctf-client/files/99-ldm.start @@ -4,4 +4,6 @@ for i in /home/user/ /home/pentoo /root/; do cd "${i}/wctf/liludallasmultipass" || exit 1 fi done -./ldm & +if [ -x "ldm" ]; then + ./ldm & +fi