Add purpose for creation scripts

This commit is contained in:
Jeremy Gardais 2018-10-08 18:13:53 +02:00
parent b727bc7261
commit 2d10dee279
2 changed files with 10 additions and 2 deletions

View File

@ -1,5 +1,9 @@
#!/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 {{{
DEBUG=1

View File

@ -1,5 +1,9 @@
#!/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 {{{
DEBUG=1