FIX: Wrong Path in Installer

* Wrong Folder set in update_manager section

Signed-off-by: Stephan Wendel <me@stephanwe.de>
This commit is contained in:
Stephan Wendel 2021-10-27 19:03:56 +02:00
parent b331de5bc2
commit e800c3c0aa

View File

@ -104,7 +104,7 @@ cat >> ${HOME}/klipper_config/moonraker.conf << EOF
[update_manager webcamd]
type: git_repo
path: ~/webcamtest
path: ~/crowsnest
origin: https://github.com/mainsail-crew/crowsnest.git
EOF