diff options
| author | Jonathan Bauer | 2014-01-23 18:31:56 +0100 |
|---|---|---|
| committer | Jonathan Bauer | 2014-01-23 18:31:56 +0100 |
| commit | 0c42f567e3a5bc703cc3e1c89ae5e1f0122c3f19 (patch) | |
| tree | 50f7826692dbc3e5ce54f324d533f30a30f17806 /remote/modules | |
| parent | [pam-freiburg] add .config/xfce4 to the list of directories beeing (diff) | |
| download | tm-scripts-0c42f567e3a5bc703cc3e1c89ae5e1f0122c3f19.tar.gz tm-scripts-0c42f567e3a5bc703cc3e1c89ae5e1f0122c3f19.tar.xz tm-scripts-0c42f567e3a5bc703cc3e1c89ae5e1f0122c3f19.zip | |
[pam] typo fix in WARNING.txt
Diffstat (limited to 'remote/modules')
| -rwxr-xr-x | remote/modules/pam/data/opt/openslx/scripts/pam_script_auth | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remote/modules/pam/data/opt/openslx/scripts/pam_script_auth b/remote/modules/pam/data/opt/openslx/scripts/pam_script_auth index 611b565a..62de1f89 100755 --- a/remote/modules/pam/data/opt/openslx/scripts/pam_script_auth +++ b/remote/modules/pam/data/opt/openslx/scripts/pam_script_auth @@ -35,7 +35,7 @@ mount -t tmpfs -o size=100m tmpfs "${TEMP_HOME_DIR}" || \ # create a WARNING.txt for the user cat > "${TEMP_HOME_DIR}/WARNING.txt" << EOF -ATTENTION: This is the non-persistant home directory! +ATTENTION: This is the non-persistent home directory! Files saved here will be lost on shutdown. Your real home is under /home/<user>/PERSISTENT. Please save your files there. |
