mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 20:02:29 +01:00
This is a security failsafe, so even if destination does not exist we mkdir the path with 0700 permission. If path exists mkdir -m 700 -p won't do anything. Signed-off-by: Rohit Yadav <bhaisaab@apache.org>