diff options
author | toni <matzeton@googlemail.com> | 2016-07-06 01:33:49 +0200 |
---|---|---|
committer | toni <matzeton@googlemail.com> | 2016-07-06 01:33:49 +0200 |
commit | 8e855926df8cc941c2e9f2d9c60933edbfbec4db (patch) | |
tree | 1e306f61f68339429242c3f40c9b47dd1b8ec82b /scripts/naskpass.post | |
parent | b3d0eb16f710f03dc6e4025e56897e937b9f3dbb (diff) |
fixed printk- restore bug
Diffstat (limited to 'scripts/naskpass.post')
-rwxr-xr-x | scripts/naskpass.post | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/naskpass.post b/scripts/naskpass.post index f76a4cc..a38e1c5 100755 --- a/scripts/naskpass.post +++ b/scripts/naskpass.post @@ -3,7 +3,7 @@ . /etc/naskpass.conf if [ "x${OLDPRINTK}" != "x" ] && [ -r ${OLDPRINTK} ] && [ -w ${PRINTK} ]; then - cat ${OLDPRINTK} >${OLDPRINTK} + cat ${OLDPRINTK} >${PRINTK} fi kill $(pidof sshd) |