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 63c8fa1 commit b15520cCopy full SHA for b15520c
ova/assets/steps.sh
@@ -27,7 +27,6 @@ systemConfig() {
27
chmod 755 /tmp/enable_fips.sh
28
bash /tmp/enable_fips.sh
29
30
- set -x
31
# Update Wazuh indexer jvm heap
32
mv ${CUSTOM_PATH}/automatic_set_ram.sh /etc/
33
chmod 755 /etc/automatic_set_ram.sh
@@ -44,8 +43,6 @@ systemConfig() {
44
43
systemctl enable wazuh-starter.timer
45
systemctl enable wazuh-starter.service
46
47
- set +x
48
-
49
# Change root password (root:wazuh)
50
sed -i "s/root:.*:/root:\$1\$pNjjEA7K\$USjdNwjfh7A\.vHCf8suK41::0:99999:7:::/g" /etc/shadow
51
0 commit comments