mirror of
https://github.com/dw-0/kiauh.git
synced 2025-12-17 04:24:29 +05:00
Merge remote-tracking branch 'origin/master' into kiauh-rework
This commit is contained in:
6
scripts/install_klipperscreen.sh
Normal file → Executable file
6
scripts/install_klipperscreen.sh
Normal file → Executable file
@@ -30,7 +30,11 @@ python3_check(){
|
||||
}
|
||||
|
||||
system_check_klipperscreen(){
|
||||
[ ! -e $klipper_cfg_loc/KlipperScreen.log ] && KLIPPERSCREEN_SL_FOUND="false"
|
||||
if [ ! -e ${HOME}/klipper_config/KlipperScreen.log ]; then
|
||||
KLIPPERSCREEN_SL_FOUND="false"
|
||||
else
|
||||
KLIPPERSCREEN_SL_FOUND="true"
|
||||
fi
|
||||
}
|
||||
|
||||
get_user_selections_klipperscreen(){
|
||||
|
||||
Reference in New Issue
Block a user