From 1f0247258c2a0790f8d2ada28212edbc7ee12301 Mon Sep 17 00:00:00 2001 From: Ilya Mukhortov Date: Thu, 20 Aug 2026 17:45:20 +1000 Subject: [PATCH] pass --- install.sh | 2 +- uninstall.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 6908de0..36a3a45 100755 --- a/install.sh +++ b/install.sh @@ -39,7 +39,7 @@ else echo "Каталог $HOME/medicine-config уже существует, пропускаю clone." fi -bash "$HOME/medicine-config/dashboard/install.sh" +bash "$HOME/medicine-config/control-panel/install.sh" EOF echo "Готово" diff --git a/uninstall.sh b/uninstall.sh index 41c7213..20f2eb9 100755 --- a/uninstall.sh +++ b/uninstall.sh @@ -16,7 +16,7 @@ if [ -d "$BASE" ]; then cd "$BASE/medicine" && docker compose down cd "$BASE/postgres" && docker compose down cd "$BASE/redis" && docker compose down - cd "$BASE/dashboard" && docker compose down + cd "$BASE/control-panel" && docker compose down docker images -q --filter=reference='docker.med-logic.ru/*' | xargs -r docker rmi -f