Add purpose for creation scripts
This commit is contained in:
parent
b727bc7261
commit
2d10dee279
|
@ -1,5 +1,9 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
# Purpose {{{
|
||||||
|
## This script will :
|
||||||
|
### Try to create the homedir for the user passed in argument.
|
||||||
|
### Set the correct permissions on this directory according to user's uid/gid.
|
||||||
|
# }}}
|
||||||
# Vars {{{
|
# Vars {{{
|
||||||
DEBUG=1
|
DEBUG=1
|
||||||
|
|
|
@ -1,5 +1,9 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
# Purpose {{{
|
||||||
|
## This script will :
|
||||||
|
### Try to create the workdir (for Compute Cluster) for the user passed in argument.
|
||||||
|
### Set the correct permissions on this directory according to user's uid/gid.
|
||||||
|
# }}}
|
||||||
# Vars {{{
|
# Vars {{{
|
||||||
DEBUG=1
|
DEBUG=1
|
||||||
|
|
Loading…
Reference in New Issue