diff --git a/Agent/Kickstart_template b/Agent/Kickstart_template index 910492a..aa89507 100644 --- a/Agent/Kickstart_template +++ b/Agent/Kickstart_template @@ -40,6 +40,7 @@ while true; do echo "export SHELLHUB_PREFERRED_HOSTNAME={{preferred_hostname}}" >>/opt/ShellHub/RunAgent.sh {% end %} echo "/opt/ShellHub/agent" >>/opt/ShellHub/RunAgent.sh + echo "To run the Agent use 'bash /opt/ShellHub/RunAgent.sh' as root" exit;; [Ss]* ) break;;