File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 107107
108108echo " Copying asserts, fixtures, tests and examples packs."
109109chown -R root:st2packs st2tests/packs/
110+ chmod -R 775 st2tests/packs/*
110111cp -R --preserve st2tests/packs/* /opt/stackstorm/packs/
111112cp -Rf --preserve /usr/share/doc/st2/examples /opt/stackstorm/packs/
112113
Original file line number Diff line number Diff line change @@ -290,7 +290,7 @@ def apply_pack_owner_group(pack_path):
290290
291291def apply_pack_permissions (pack_path ):
292292 """
293- Recursively apply permission 770 to pack and its contents.
293+ Recursively apply permission 775 to pack and its contents.
294294 """
295295 # These mask is same as mode = 775
296296 mode = stat .S_IRWXU | stat .S_IRWXG | stat .S_IROTH | stat .S_IXOTH
You can’t perform that action at this time.
0 commit comments