Added info prompt to Portable mode

This commit is contained in:
2021-01-19 00:32:01 +00:00
parent 37341c087b
commit 596b0200f1

View File

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