Skip to content

Commit

Permalink
remove /bin/sh from minio import script
Browse files Browse the repository at this point in the history
  • Loading branch information
sgalsaleh committed Nov 30, 2023
1 parent ec2928a commit d5a9740
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/kotsadm/objects/scripts/import-minio-data.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ shopt -s dotglob
rm -rfv /export/*

echo "starting new minio instance"
/bin/sh -ce "/usr/bin/docker-entrypoint.sh minio -C /home/minio/.minio/ server /export" &
minio -C /home/minio/.minio/ server /export &
MINIO_PID=$!

# alias the minio instance
Expand Down

0 comments on commit d5a9740

Please sign in to comment.