You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Passing cp -a /csi-data-dir/xxxx/* on some shells will actually attempt to try and find a file named * to copy. We should instead be using the cp specific syntax and using /. instead.