4 lines
126 B
Bash
4 lines
126 B
Bash
|
if [[ "$UID" -gt 10000 ]] && [[ ! -f ~/.local/share/user-places.xbel.lmn ]] ; then
|
||
|
(sleep 30 ; lmn-patch-dolphin.sh) &
|
||
|
fi
|