From 9a3814f4803e659eb17ba4ce1315628f8a1bc014 Mon Sep 17 00:00:00 2001 From: th33xitus Date: Tue, 25 May 2021 18:49:45 +0200 Subject: [PATCH] fix: typo in SYSTEMDDIR variable --- scripts/remove.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/remove.sh b/scripts/remove.sh index 1c33db6..6af4f65 100755 --- a/scripts/remove.sh +++ b/scripts/remove.sh @@ -46,7 +46,7 @@ remove_klipper(){ fi ### remove all klipper services - FILE="$SYSTEMDIR/klipper?(-*([0-9])).service" + FILE="$SYSTEMDDIR/klipper?(-*([0-9])).service" if ls $FILE 2>/dev/null 1>&2; then status_msg "Removing Klipper Services ..." for service in $(ls $FILE | cut -d"/" -f5)