Fix init.sh copy path in run script

This commit is contained in:
ub
2026-02-06 08:15:23 +08:00
parent 2e1f4f8800
commit 768b045ab0

View File

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