From c7f1bb4dc9fdb824527fc31836746c30b9e1371c Mon Sep 17 00:00:00 2001 From: Arun Sharma Date: Tue, 20 Feb 2024 11:17:01 +0000 Subject: [PATCH] fixes Signed-off-by: Arun Sharma --- scripts/import.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/import.sh b/scripts/import.sh index c0c8b6a..83756e2 100644 --- a/scripts/import.sh +++ b/scripts/import.sh @@ -1,7 +1,7 @@ #!/bin/bash -x 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) do cp $tarfile /var/lib/rancher/rke2/agent/images