Skip to content

Commit

Permalink
Removed unnecessary commands
Browse files Browse the repository at this point in the history
  • Loading branch information
nik-netlox committed Nov 9, 2023
1 parent fae7ea9 commit 9924609
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cicd/k3s-sctpmh-2/config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -217,11 +217,11 @@ $dexec llb1 loxicmd get lb -o wide
echo "llb1: loxicmd get ep -o wide"
echo "****************************"
$dexec llb1 loxicmd get ep -o wide
$dexec llb1 cat /etc/shared/keepalive.state
#$dexec llb1 cat /etc/shared/keepalive.state
echo "llb2: loxicmd get lb -o wide"
echo "****************************"
$dexec llb2 loxicmd get lb -o wide
echo "llb2: loxicmd get ep -o wide"
echo "****************************"
$dexec llb2 loxicmd get ep -o wide
$dexec llb2 cat /etc/shared/keepalive.state
#$dexec llb2 cat /etc/shared/keepalive.state

0 comments on commit 9924609

Please sign in to comment.