mirror of
https://github.com/dw-0/kiauh.git
synced 2025-12-14 19:14:27 +05:00
fix: use $klipper_cfg_loc in klipperscreen system check
This commit is contained in:
@@ -30,7 +30,8 @@ python3_check(){
|
|||||||
}
|
}
|
||||||
|
|
||||||
system_check_klipperscreen(){
|
system_check_klipperscreen(){
|
||||||
if [ ! -e ${HOME}/klipper_config/KlipperScreen.log ]; then
|
source_kiauh_ini
|
||||||
|
if [ ! -e $klipper_cfg_loc/KlipperScreen.log ]; then
|
||||||
KLIPPERSCREEN_SL_FOUND="false"
|
KLIPPERSCREEN_SL_FOUND="false"
|
||||||
else
|
else
|
||||||
KLIPPERSCREEN_SL_FOUND="true"
|
KLIPPERSCREEN_SL_FOUND="true"
|
||||||
|
|||||||
Reference in New Issue
Block a user