mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-27 15:54:22 +02:00
Merge branch 'latestw' into latestw_all
This commit is contained in:
commit
36ba5d15bf
@ -4,7 +4,7 @@
|
|||||||
tid="AllowUsers/DenyUsers"
|
tid="AllowUsers/DenyUsers"
|
||||||
|
|
||||||
me="$LOGNAME"
|
me="$LOGNAME"
|
||||||
if [ "x$me" == "x" ]; then
|
if [ "x$me" = "x" ]; then
|
||||||
me=`whoami`
|
me=`whoami`
|
||||||
fi
|
fi
|
||||||
other="nobody"
|
other="nobody"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user