2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-29 17:23:08 +00:00

Debug command output27

This commit is contained in:
Mark Gurevich 2022-07-14 12:48:24 -04:00
parent 2029ce38f2
commit 8953e4ab86

View File

@ -342,8 +342,8 @@ 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 -f githubaction",
"sudo -s /opt/xcat/sbin/chtab priority=1.1 policy.name=githubaction policy.rule=allow",
@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 set -x' /etc/profile.d/xcat.sh ",
#"sudo sed -i '1i #!/bin/bash' /etc/profile.d/xcat.sh ",
#"cat /etc/profile.d/xcat.sh",