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