Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Arun Sharma <dev.arun2302@gmail.com>
  • Loading branch information
Dr-N00B committed Feb 20, 2024
1 parent 00dda69 commit c7f1bb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/import.sh
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit c7f1bb4

Please sign in to comment.