From 6cf253eb8c359bb5a974afb3c4ffb2e75a652f20 Mon Sep 17 00:00:00 2001 From: th33xitus <31533186+th33xitus@users.noreply.github.com> Date: Mon, 13 Jul 2020 17:53:08 +0200 Subject: [PATCH] Fix typo --- scripts/functions.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/functions.sh b/scripts/functions.sh index 3f2eaa7..d99cc66 100644 --- a/scripts/functions.sh +++ b/scripts/functions.sh @@ -12,7 +12,7 @@ check_euid(){ } source_ini(){ - source ${HOME}/kiauh2/kiauh.ini + source ${HOME}/kiauh/kiauh.ini } start_klipper(){ @@ -182,4 +182,4 @@ flash_mcu(){ ok_msg "Flashing successfull!" fi start_klipper -} \ No newline at end of file +}