From 136c940dfc1ff68766b396683cbbc61d285b1290 Mon Sep 17 00:00:00 2001 From: "M.Goldshteyn" Date: Fri, 6 Sep 2024 13:43:41 +0300 Subject: [PATCH] start --- migration.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/migration.sh b/migration.sh index 1dfa36e..6d5905e 100644 --- a/migration.sh +++ b/migration.sh @@ -101,5 +101,5 @@ fonts_rsync fi -systemctl is-active --quiet platform5.service || systemctl stop platform5 -systemctl is-active --quiet platform6.service || systemctl stop platform6 \ No newline at end of file +systemctl is-active --quiet platform5.service || systemctl start platform5 +systemctl is-active --quiet platform6.service || systemctl start platform6 \ No newline at end of file