Skip to content

Commit

Permalink
fix(install): remove keep alive interval variable usage
Browse files Browse the repository at this point in the history
  • Loading branch information
henrybarreto committed Oct 15, 2024
1 parent ca18641 commit 7a12df4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
docker_install() {
echo "🐳 Installing ShellHub using docker method..."

KEEPALIVE_INTERVAL_ARG="-e SHELLHUB_KEEPALIVE_INTERVAL=$KEEPALIVE_INTERVAL"
PREFERRED_HOSTNAME_ARG="-e SHELLHUB_PREFERRED_HOSTNAME=$PREFERRED_HOSTNAME"
PREFERRED_IDENTITY_ARG="-e SHELLHUB_PREFERRED_IDENTITY=$PREFERRED_IDENTITY"

Expand Down Expand Up @@ -34,7 +33,6 @@ docker_install() {
-e SHELLHUB_SERVER_ADDRESS=$SERVER_ADDRESS \
-e SHELLHUB_PRIVATE_KEY=/host/etc/shellhub.key \
-e SHELLHUB_TENANT_ID=$TENANT_ID \
$KEEPALIVE_INTERVAL_ARG \
$PREFERRED_HOSTNAME_ARG \
$PREFERRED_IDENTITY_ARG \
shellhubio/agent:$AGENT_VERSION
Expand Down

0 comments on commit 7a12df4

Please sign in to comment.