Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/dw-0/kiauh
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Feb 25, 2024
2 parents 1fe5fd3 + b6c6edb commit a3cd3c5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/mobileraker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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!"
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit a3cd3c5

Please sign in to comment.