Skip to content

Commit 8844ab1

Browse files
authored
Merge pull request #252 from spolti/KIECLOUD-555-main
[KIECLOUD-555] - Adjust permissions on os-eap-txnrecovery.run module …
2 parents 5d00cb7 + 2d47d72 commit 8844ab1

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)