mirror of
https://github.com/dw-0/kiauh.git
synced 2025-12-13 18:44:29 +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(){
|
||||
if [ ! -e ${HOME}/klipper_config/KlipperScreen.log ]; then
|
||||
source_kiauh_ini
|
||||
if [ ! -e $klipper_cfg_loc/KlipperScreen.log ]; then
|
||||
KLIPPERSCREEN_SL_FOUND="false"
|
||||
else
|
||||
KLIPPERSCREEN_SL_FOUND="true"
|
||||
|
||||
Reference in New Issue
Block a user