source:
lliurex-moving-core/trunk/fuentes/profile.d/llx-moving-load.sh
@
3124
Last change on this file since 3124 was 3124, checked in by , 4 years ago | |
---|---|
File size: 128 bytes |
Line | |
---|---|
1 | #!/bin/sh |
2 | |
3 | if [ "$XDG_CURRENT_DESKTOP" != "" ]; then |
4 | |
5 | if [ "$UID" -gt "1041" ]; then |
6 | |
7 | llx-moving-cmd load || true |
8 | |
9 | fi |
10 | fi |
11 |
Note: See TracBrowser
for help on using the repository browser.