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 f6a3fb5 commit f01e7b1Copy full SHA for f01e7b1
provisioner_scripts/80_cloudwatch_agent_config_prolog.sh
@@ -15,3 +15,5 @@ fi
15
#sudo /opt/slurm/bin/srun --ntasks=\$NODES --ntasks-per-node=1 /opt/aws/amazon-cloudwatch-agent/bin/amazon-cloudwatch-agent-ctl -a stop
16
sudo /opt/aws/amazon-cloudwatch-agent/bin/amazon-cloudwatch-agent-ctl -a fetch-config -m ec2 -c file:/\$CWAGENT_CONFIG -s
17
_EOF_
18
+
19
+chmod 755 /opt/slurm/etc/scripts/prolog.d/80_cloudwatch_agent_config_prolog.sh
0 commit comments