mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-16 11:51:08 +02:00
wctf-client: if
This commit is contained in:
parent
f84240115c
commit
31e0f4c8ab
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue