mirror of
https://github.com/dw-0/kiauh.git
synced 2025-12-19 22:04:27 +05:00
fix(klipper): use correct value for py_ver variable in update function
Signed-off-by: Dominik Willner <th33xitus@gmail.com>
This commit is contained in:
@@ -510,7 +510,7 @@ function update_klipper() {
|
|||||||
local custom_repo="${custom_klipper_repo}"
|
local custom_repo="${custom_klipper_repo}"
|
||||||
local custom_branch="${custom_klipper_repo_branch}"
|
local custom_branch="${custom_klipper_repo_branch}"
|
||||||
|
|
||||||
py_ver="python$(get_klipper_python_ver)"
|
py_ver=$(get_klipper_python_ver)
|
||||||
|
|
||||||
do_action_service "stop" "klipper"
|
do_action_service "stop" "klipper"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user