From 596b0200f11789fe3774892d11cc1187b723542d Mon Sep 17 00:00:00 2001 From: Bram Prieshof Date: Tue, 19 Jan 2021 00:32:01 +0000 Subject: [PATCH] Added info prompt to Portable mode --- Agent/Kickstart_template | 1 + 1 file changed, 1 insertion(+) 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;;