wctf-client: if

This commit is contained in:
Rick Farina (Zero_Chaos) 2019-07-19 11:33:34 -04:00
parent f84240115c
commit 31e0f4c8ab
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC

View file

@ -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