From e2c41dbd5a8ffc6a8b3708eb232ace47d68d32b6 Mon Sep 17 00:00:00 2001 From: Patrick Schmidt Date: Mon, 29 Jan 2024 16:40:53 +0100 Subject: [PATCH] Update Mobileraker's companion installer script --- scripts/mobileraker.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/mobileraker.sh b/scripts/mobileraker.sh index 30762c3..39445a0 100644 --- a/scripts/mobileraker.sh +++ b/scripts/mobileraker.sh @@ -61,8 +61,8 @@ function mobileraker_setup() { exit 1 fi - status_msg "Installing Mobileraker's companion ..." - if "${MOBILERAKER_DIR}"/scripts/install-mobileraker-companion.sh; then + status_msg "Starting installer of Mobileraker's companion ..." + if "${MOBILERAKER_DIR}"/scripts/install.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-mobileraker-companion.sh +install_script: scripts/install.sh MOONRAKER_CONF fi -- 2.39.5