diff options
Diffstat (limited to 'remote')
| -rwxr-xr-x | remote/modules/pam-bwidm/data/opt/openslx/scripts/pam_bwidm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remote/modules/pam-bwidm/data/opt/openslx/scripts/pam_bwidm b/remote/modules/pam-bwidm/data/opt/openslx/scripts/pam_bwidm index 20970fad..869e92a9 100755 --- a/remote/modules/pam-bwidm/data/opt/openslx/scripts/pam_bwidm +++ b/remote/modules/pam-bwidm/data/opt/openslx/scripts/pam_bwidm @@ -166,7 +166,7 @@ mainret=$? if [ "x$mainret" == "x7" ]; then # exit code 7 is our marker to push the logfile to the sat slxlog "pam-bwidm" "Internal error during bwIDM authentication" "${LOGFILE}" - rm -f -- "${LOGFILE}" + ( sleep 1; rm -f -- "${LOGFILE}" ) & exit 1 fi exit $mainret |
