Compare commits

..

1 Commits

Author SHA1 Message Date
dw-0
228f48251f Merge 05b4ef2d18 into 099d47df2f 2024-02-12 00:50:38 -08:00

View File

@@ -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