From 099d47df2f26ecef41135cb544eafd66b5f8e4f3 Mon Sep 17 00:00:00 2001 From: dw-0 Date: Mon, 29 Jan 2024 17:17:09 +0100 Subject: [PATCH] fix: revert "refactor(Mobileraker): update companion install script (#431)" (#432) This reverts commit ba1cdb37395dd0db2a752f68436e929c27c6ea55. --- scripts/mobileraker.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/mobileraker.sh b/scripts/mobileraker.sh index 39445a0..30762c3 100644 --- a/scripts/mobileraker.sh +++ b/scripts/mobileraker.sh @@ -61,8 +61,8 @@ function mobileraker_setup() { exit 1 fi - status_msg "Starting installer of Mobileraker's companion ..." - if "${MOBILERAKER_DIR}"/scripts/install.sh; then + status_msg "Installing Mobileraker's companion ..." + if "${MOBILERAKER_DIR}"/scripts/install-mobileraker-companion.sh; then ok_msg "Mobileraker's companion successfully installed!" else print_error "Mobileraker's companion installation failed!" @@ -233,7 +233,7 @@ primary_branch:main managed_services: mobileraker env: ${HOME}/mobileraker-env/bin/python requirements: scripts/mobileraker-requirements.txt -install_script: scripts/install.sh +install_script: scripts/install-mobileraker-companion.sh MOONRAKER_CONF fi