Skip to content

Commit

Permalink
Update config
Browse files Browse the repository at this point in the history
  • Loading branch information
kerbilg committed Aug 7, 2022
1 parent 31f3286 commit 94836fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/sonar/config
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
[ -n "$SONAR_REPO_BRANCH" ] || SONAR_REPO_BRANCH=main
[ -n "$SONAR_DEPS" ] || SONAR_DEPS="git crudini iputils-ping"
[ -n "$SONAR_DEFAULT_CONF_DIR" ] || SONAR_DEFAULT_CONF_DIR="/home/${BASE_USER}/klipper_config"
[ -n "$SONAR_DEFAULT_CONF" ] || SONAR_DEFAULT_CONF="fluidd_default.conf"
[ -n "$SONAR_DEFAULT_CONF" ] || SONAR_DEFAULT_CONF="mainsail_default.conf"
# Add Sonar to moonraker.conf (update_manager) bool (1:yes / 0:no)
[ -n "$SONAR_ADD_SONAR_MOONRAKER" ] || SONAR_ADD_SONAR_MOONRAKER=1
# Path to moonraker.conf (must be set if add to update_manager)
Expand Down

0 comments on commit 94836fd

Please sign in to comment.