mirror of
git://anongit.mindrot.org/openssh.git
synced 2024-11-28 07:14:31 +08: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…
Reference in New Issue
Block a user