diff options
| author | Simon Rettberg | 2013-12-02 17:37:35 +0100 |
|---|---|---|
| committer | Simon Rettberg | 2013-12-02 17:37:35 +0100 |
| commit | ec2b773aaa825e55c7aaff290aa819b0084a977a (patch) | |
| tree | 88801cc1e6bf4bf2bf1801f17c55450fa2a2c110 /remote/modules/pam/data/opt | |
| parent | Merge branch 'master' of git.openslx.org:openslx-ng/tm-scripts (diff) | |
| download | tm-scripts-ec2b773aaa825e55c7aaff290aa819b0084a977a.tar.gz tm-scripts-ec2b773aaa825e55c7aaff290aa819b0084a977a.tar.xz tm-scripts-ec2b773aaa825e55c7aaff290aa819b0084a977a.zip | |
[pam] Fix link, make it relative
Diffstat (limited to 'remote/modules/pam/data/opt')
| -rwxr-xr-x | remote/modules/pam/data/opt/openslx/scripts/pam_script_ses_open | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remote/modules/pam/data/opt/openslx/scripts/pam_script_ses_open b/remote/modules/pam/data/opt/openslx/scripts/pam_script_ses_open index 0774775b..c0195eeb 100755 --- a/remote/modules/pam/data/opt/openslx/scripts/pam_script_ses_open +++ b/remote/modules/pam/data/opt/openslx/scripts/pam_script_ses_open @@ -44,7 +44,7 @@ EOF # Try to get the user's attention (probably unsuccessful anyways) for ext in doc docx xls xlsx ppt pptx odt rtf wri ini inf; do for fname in WARNING WARNUNG ACHTUNG VORSICHT STOPP ATTENTION CAREFUL OBACHT; do - ln -s "${PERSISTENT_HOME_DIR}/WARNING.txt" "${PERSISTENT_HOME_DIR}/${fname}.${ext}" + ln -s "WARNING.txt" "${PERSISTENT_HOME_DIR}/${fname}.${ext}" done done |
