Skip to content
This repository was archived by the owner on Sep 16, 2024. It is now read-only.

Commit 97ad200

Browse files
dpatel257jhou5
andauthored
Qat chown for v20.4 (#480)
* update svt doc version to v0.8.3 (#477) * chown fix for QAT images Co-authored-by: jhou5 <[email protected]>
1 parent d6bccbf commit 97ad200

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/qatbuild.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ fi
88
if test -d /opt/intel/QAT; then
99
if test ! -f "${DIR}/qat.tar.gz"; then
1010
sudo tar cfz "${DIR}/qat.tar.gz" /opt/intel/QAT/build $(find /opt/intel/QAT -name "*.h") /etc/udev/rules.d/00-qat.rules --exclude /opt/intel/QAT/*.tar.gz
11-
sudo chmod $(id -u).$(id -g) "${DIR}/qat.tar.gz"
11+
sudo chown $(id -u).$(id -g) "${DIR}/qat.tar.gz"
1212
fi
1313
export QAT_GID_VER=$(getent group qat | cut -f3 -d:)
1414
. "${DIR}/../../../../script/build.sh"

0 commit comments

Comments
 (0)