mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-27 07:44:29 +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)"
|
echo "skipped (SUDO not set)"
|
||||||
exit 0
|
exit 0
|
||||||
else
|
else
|
||||||
$SUDO chown root ${OBJ}${SSHAGENT}
|
$SUDO chown root ${SSHAGENT}
|
||||||
$SUDO chgrp root ${OBJ}${SSHAGENT}
|
$SUDO chgrp root ${SSHAGENT}
|
||||||
$SUDO chmod 2755 ${OBJ}${SSHAGENT}
|
$SUDO chmod 2755 ${SSHAGENT}
|
||||||
fi
|
fi
|
||||||
|
|
||||||
trace "start agent"
|
trace "start agent"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user