We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58dc3c9 commit 69e71dbCopy full SHA for 69e71db
os-eap-txnrecovery/run/python3/install_as_root.sh
@@ -5,4 +5,6 @@ SCRIPT_DIR=$(dirname $0)
5
6
cp "$SCRIPT_DIR"/*.py /opt/partition/
7
8
-chmod 755 /opt/partition/*
+chown -R jboss:root /opt/partition
9
+chmod -R 0755 /opt/partition
10
+
0 commit comments