mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-26 23:34:55 +02:00
Remove OBJ, shouldn't be there
This commit is contained in:
parent
ea4c670eb8
commit
2bdacad70c
@ -23,9 +23,9 @@ if test -z "$SUDO" ; then
|
||||
echo "skipped (SUDO not set)"
|
||||
exit 0
|
||||
else
|
||||
$SUDO chown root ${OBJ}${SSHAGENT}
|
||||
$SUDO chgrp root ${OBJ}${SSHAGENT}
|
||||
$SUDO chmod 2755 ${OBJ}${SSHAGENT}
|
||||
$SUDO chown root ${SSHAGENT}
|
||||
$SUDO chgrp root ${SSHAGENT}
|
||||
$SUDO chmod 2755 ${SSHAGENT}
|
||||
fi
|
||||
|
||||
trace "start agent"
|
||||
|
Loading…
x
Reference in New Issue
Block a user