From 768b045ab0198e24b9f075b1fd4c3827fcd288c3 Mon Sep 17 00:00:00 2001 From: ub Date: Fri, 6 Feb 2026 08:15:23 +0800 Subject: [PATCH] Fix init.sh copy path in run script --- init.d/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.d/run.sh b/init.d/run.sh index 0e8a24f..a07401e 100755 --- a/init.d/run.sh +++ b/init.d/run.sh @@ -35,7 +35,7 @@ if [[ -f "${SCRIPT_DIR}/authorized_keys" ]]; then install -m 600 "${SCRIPT_DIR}/authorized_keys" /root/.ssh/authorized_keys fi -cp init.sh /init +cp /init.d/init.sh /init curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.4/install.sh | bash