From ad00afc4cce37e59939b37cee7e8f2049edc3694 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Mon, 25 Mar 2024 20:52:27 +0100 Subject: [PATCH] .sh --- bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.sh b/bootstrap.sh index 8ca4573..054d967 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -18,7 +18,7 @@ TARGET='/usr/local/sbin' cd "${ROOT}/${COMMANDS}" \ || exit for file in *.sh ; do - cp "${file}" "${TARGET}" \ + cp "${file}" "${TARGET}/${file%.sh}" \ || exit done