fix: fix typo in func update_crowsnest
Signed-off-by: Stephan Wendel <me@stephanwe.de>
This commit is contained in:
@@ -229,7 +229,7 @@ function update_crowsnest() {
|
|||||||
do_action_service "stop" "crowsnest"
|
do_action_service "stop" "crowsnest"
|
||||||
|
|
||||||
if [[ ! -d ${CROWSNEST_DIR} ]]; then
|
if [[ ! -d ${CROWSNEST_DIR} ]]; then
|
||||||
clone_moonraker "${CROWSNEST_REPO}"
|
clone_crowsnest
|
||||||
else
|
else
|
||||||
status_msg "Updating Crowsnest ..."
|
status_msg "Updating Crowsnest ..."
|
||||||
cd "${CROWSNEST_DIR}" && git pull
|
cd "${CROWSNEST_DIR}" && git pull
|
||||||
|
|||||||
Reference in New Issue
Block a user