From 1e9e9817cb8640792e5d89a4a82052b5871b9c8e Mon Sep 17 00:00:00 2001 From: "M.Goldshteyn" Date: Fri, 13 Sep 2024 09:43:46 +0300 Subject: [PATCH] internal ip --- migration.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/migration.sh b/migration.sh index ef552bc..a77c249 100644 --- a/migration.sh +++ b/migration.sh @@ -18,7 +18,7 @@ echo $DATE #systemctl is-active --quiet platform6.service && systemctl stop platform6 if [[ "$PLATFORM_STATUS" == 1 ]]; then - echo "echo PLATFORM_STATUS=$PLATFORM_STATUS" + echo "PLATFORM_STATUS=$PLATFORM_STATUS" echo "Stopping $PLATFORM_SERVICE_NAME" systemctl stop $PLATFORM_SERVICE_NAME fi