Skip to content

Commit

Permalink
Fixing system_probe.py on linux machine (#14959)
Browse files Browse the repository at this point in the history
  • Loading branch information
guyarb authored Jan 5, 2023
1 parent 74a008e commit 8f35b84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/system_probe.py
Original file line number Diff line number Diff line change
Expand Up @@ -1073,7 +1073,7 @@ def build_object_files(
ctx.run(f"{sudo} mkdir -p {EMBEDDED_SHARE_DIR}")
ctx.run(f"{sudo} cp -R {build_dir}/* {EMBEDDED_SHARE_DIR}")
ctx.run(f"{sudo} chown root:root -R {EMBEDDED_SHARE_DIR}")
ctx.run(f"find {EMBEDDED_SHARE_DIR} ! -type d | {sudo} xargs chmod 0644")
ctx.run(f"{sudo} find {EMBEDDED_SHARE_DIR} ! -type d | {sudo} xargs chmod 0644")


def build_cws_object_files(
Expand Down

0 comments on commit 8f35b84

Please sign in to comment.