Skip to content

Commit 69e71db

Browse files
committed
[KIECLOUD-555] - Adjust permissions on os-eap-txnrecovery.run module on jboss-eap-modules
Signed-off-by: spolti <[email protected]>
1 parent 58dc3c9 commit 69e71db

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

os-eap-txnrecovery/run/python3/install_as_root.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,6 @@ SCRIPT_DIR=$(dirname $0)
55

66
cp "$SCRIPT_DIR"/*.py /opt/partition/
77

8-
chmod 755 /opt/partition/*
8+
chown -R jboss:root /opt/partition
9+
chmod -R 0755 /opt/partition
10+

0 commit comments

Comments
 (0)