Browse Source

internal ip

master
M.Goldshteyn 1 year ago
parent
commit
1e9e9817cb
  1. 2
      migration.sh

2
migration.sh

@ -18,7 +18,7 @@ echo $DATE
#systemctl is-active --quiet platform6.service && systemctl stop platform6 #systemctl is-active --quiet platform6.service && systemctl stop platform6
if [[ "$PLATFORM_STATUS" == 1 ]]; then if [[ "$PLATFORM_STATUS" == 1 ]]; then
echo "echo PLATFORM_STATUS=$PLATFORM_STATUS" echo "PLATFORM_STATUS=$PLATFORM_STATUS"
echo "Stopping $PLATFORM_SERVICE_NAME" echo "Stopping $PLATFORM_SERVICE_NAME"
systemctl stop $PLATFORM_SERVICE_NAME systemctl stop $PLATFORM_SERVICE_NAME
fi fi

Loading…
Cancel
Save