We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adf02e3 commit 5f2e9a8Copy full SHA for 5f2e9a8
dockers/docker-fpm-frr/base_image_files/TSA
@@ -43,6 +43,11 @@ if [ -z "$STARTED_BY_TSA_TSB_SERVICE" ]; then
43
[[ $(/bin/systemctl show $service --property SubState --value) == "running" ]]; then
44
echo "Stopping $service before configuring TSA"
45
systemctl stop $service
46
+ if sonic-db-cli STATE_DB HDEL "ALL_SERVICE_STATUS|tsa_tsb_service" "running" >/dev/null; then
47
+ echo "Successfully removed TSA-TSB service flag."
48
+ else
49
+ echo "Failed to remove TSA-TSB service flag!" >&2
50
+ fi
51
fi
52
53
0 commit comments