From 913dfb8a9240597fb493ffcdac9dadb9f3002ff8 Mon Sep 17 00:00:00 2001 From: mirzaev Date: Tue, 4 Nov 2025 16:19:18 +0700 Subject: [PATCH] fixed $ --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 3215f19..f6b7d30 100755 --- a/install.sh +++ b/install.sh @@ -10,6 +10,6 @@ fi if [ -e ${REPO_OWNER}/${REPO_NAME}/system/settings/*.sample ]; then for i in ${REPO_OWNER}/${REPO_NAME}/system/settings/*.sample; do - cp "$i" "${i/.sample/}"; + cp "$$i" "$${i/.sample/}"; done fi