Last change
on this file since 2528 was
2528,
checked in by daduve, 4 years ago
|
Adding new files to globalize home-linker functions
|
-
Property svn:executable set to
*
|
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.