Skip to content

Commit

Permalink
refactor(obico): remove "-s" option from moonraker-obico/install.sh i…
Browse files Browse the repository at this point in the history
…nvocation (dw-0#292)
  • Loading branch information
kennethjiang authored Feb 5, 2023
1 parent c79dc28 commit ce595ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/obico.sh
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ function moonraker_obico_setup_dialog() {
-C "${instance_cfg_dirs[0]}/moonraker.conf"\
-p "${port}" -H 127.0.0.1 -l\
"${instance_log_dirs[0]}"\
-s -L -S "${obico_server_url}"
-L -S "${obico_server_url}"
elif (( moonraker_count > 1 )); then
local j=${existing_moonraker_obico_count}

Expand All @@ -199,7 +199,7 @@ function moonraker_obico_setup_dialog() {
-p $((port+j))\
-H 127.0.0.1\
-l "${instance_log_dirs[${j}]}"\
-s -L -S "${obico_server_url}"
-L -S "${obico_server_url}"
j=$(( j + 1 ))
done && unset j
fi # (( moonraker_count == 1 ))
Expand Down

0 comments on commit ce595ab

Please sign in to comment.