Add KlipperScreen to kiauh #44

Merged
jordanruthe merged 3 commits from master into master 2020-11-28 16:45:48 +01:00
Showing only changes of commit b2556641ac - Show all commits

View File

@@ -71,7 +71,7 @@ klipperscreen_setup(){
symlinks_klipperscreen(){
#create a KlipperScreen.log symlink in klipper_config-dir just for convenience
if [ "$KLIPPERSCREEN_SL_FOUND" = "true" ] && [ ! -e ${HOME}/klipper_config/KlipperScreen.log ]; then
if [ "$SEL_KSLOG_SL" = "true" ] && [ ! -e ${HOME}/klipper_config/KlipperScreen.log ]; then
status_msg "Creating KlipperScreen.log symlink ..."
ln -s /tmp/KlipperScreen.log ${HOME}/klipper_config
ok_msg "Symlink created!"