mirror of
https://github.com/kairos-io/provider-rke2.git
synced 2025-09-02 21:34:48 +00:00
@@ -1,7 +1,7 @@
|
|||||||
#!/bin/bash -x
|
#!/bin/bash -x
|
||||||
|
|
||||||
CONTENT_PATH=$1
|
CONTENT_PATH=$1
|
||||||
mkdir -p /var/lib/rancher/k3s/agent/images
|
mkdir -p /var/lib/rancher/rke2/agent/images
|
||||||
for tarfile in $(find $CONTENT_PATH -name "*.tar" -type f)
|
for tarfile in $(find $CONTENT_PATH -name "*.tar" -type f)
|
||||||
do
|
do
|
||||||
cp $tarfile /var/lib/rancher/rke2/agent/images
|
cp $tarfile /var/lib/rancher/rke2/agent/images
|
||||||
|
Reference in New Issue
Block a user