Fix a typo

This commit is contained in:
Lockszmith (@kateryna) 2024-12-27 20:24:19 -05:00
parent 39a3ce94f2
commit 9b0fac4b15
1 changed files with 1 additions and 1 deletions

View File

@ -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