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