Skip to content

Commit

Permalink
Allow read permission to gnmic cli for all user.
Browse files Browse the repository at this point in the history
  • Loading branch information
Stuart Zhu committed Dec 5, 2023
1 parent d461fa9 commit b1578ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ installFile() {
tar xf "$TMP_FILE" -C "$TMP_ROOT"
echo "Preparing to install $BINARY_NAME ${TAG_WO_VER} into ${BIN_INSTALL_DIR}"
runAsRoot cp -f "$TMP_ROOT/$BINARY_NAME" "$BIN_INSTALL_DIR/$BINARY_NAME"
runAsRoot chmod 755 "$BIN_INSTALL_DIR/$BINARY_NAME"
echo "$BINARY_NAME installed into $BIN_INSTALL_DIR/$BINARY_NAME"
}

Expand Down

0 comments on commit b1578ba

Please sign in to comment.