From 9b0fac4b1596e0f96021113ac70252ad147d41cc Mon Sep 17 00:00:00 2001 From: "Lockszmith (@kateryna)" Date: Fri, 27 Dec 2024 20:24:19 -0500 Subject: [PATCH] Fix a typo --- szetup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/szetup.sh b/szetup.sh index abda927..bbc4988 100755 --- a/szetup.sh +++ b/szetup.sh @@ -30,6 +30,6 @@ find "$TOP_DIR/_templates" -maxdepth 1 -mindepth 1 -type f -name "*.${SYS_NAME}" base=$(basename "$file" ".${SYS_NAME}") ext="${base##*.}" #echo ln -rs "${file#${TOP_DIR}/}" "${base}" - ln -vrs "${file}" "${TOP_DIR}/${base%${ext}}local.$ext"t + ln -vrs "${file}" "${TOP_DIR}/${base%${ext}}local.$ext" done