source:
lmd-client/trunk/fuentes/install/usr/share/ldm/rc.d/X94-home-linker
@
2452
Last change on this file since 2452 was 2452, checked in by , 5 years ago | |
---|---|
File size: 276 bytes |
Line | |
---|---|
1 | #!/bin/bash |
2 | # |
3 | # The following is a script to set up local apps support on LTSP through LDM |
4 | # |
5 | |
6 | if ! boolean_is_true "$LTSP_FATCLIENT"; then |
7 | ssh -S ${LDM_SOCKET} ${LDM_SERVER} sudo /usr/bin/home-linker ${LDM_USERNAME} |
8 | else |
9 | /usr/bin/home-linker ${LDM_USERNAME} ${LDM_HOME} |
10 | fi |
11 |
Note: See TracBrowser
for help on using the repository browser.