2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-22 03:32:04 +00:00

Debug command output19

This commit is contained in:
Mark Gurevich 2022-07-14 10:18:33 -04:00
parent d316e205cf
commit b0a32dd87e

View File

@ -344,8 +344,9 @@ sub install_xcat{
print "\n------Config xcat and verify xcat is working correctly-----\n";
@cmds = ("sudo -s /opt/xcat/share/xcat/scripts/setup-local-client.sh -f githubaction",
"sudo -s /opt/xcat/sbin/chtab priority=1.1 policy.name=githubaction policy.rule=allow",
"sudo sed -i '1i #!/bin/bash' /etc/profile.d/xcat.sh ",
"sudo sed -i '1i set -x' /etc/profile.d/xcat.sh ",
"sudo sed -i '1i #!/bin/bash' /etc/profile.d/xcat.sh ",
"sudo echo 'export PATH' >> /etc/profile.d/xcat.sh ",
"cat /etc/profile.d/xcat.sh",
"echo \$PATH",
"/etc/profile.d/xcat.sh",