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

Debug command output31

This commit is contained in:
Mark Gurevich 2022-07-14 13:30:35 -04:00
parent 778294254a
commit c1a059ac90

View File

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