mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Fix runsc permissions for "dev.sh --refresh"
PiperOrigin-RevId: 299466906
This commit is contained in:
committed by
gVisor bot
parent
228813fd26
commit
b23999f3e4
@@ -66,6 +66,7 @@ if [[ ${REFRESH} -eq 0 ]]; then
|
||||
else
|
||||
mkdir -p "$(dirname ${RUNSC_BIN})"
|
||||
cp -f ${OUTPUT} "${RUNSC_BIN}"
|
||||
chmod a+rx "${RUNSC_BIN}"
|
||||
|
||||
echo
|
||||
echo "Runtime ${RUNTIME} refreshed."
|
||||
|
||||
Reference in New Issue
Block a user