Fix init.sh copy path in run script
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user