1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-21 14:50:08 +03:00

bug #1031: now the folder deleted is just disk.n

(cherry picked from commit 4da7c9060f36eb40a1d5b07377487fb6375af137)
This commit is contained in:
Tino Vazquez 2011-12-22 16:33:28 +01:00
parent 14579991f1
commit 047cfe4981

View File

@ -42,7 +42,7 @@ REPO_NAME="images"
RELATIVE_SRC_PATH="../../$REPO_NAME/$VM_FOLDER_NAME"
log "Creating directory $DST_PATH"
exec_and_log "rm -rf $DST_PATH"
exec_and_log "rm -rf $DST"
exec_and_log "mkdir -p $DST_PATH"
exec_and_log "chmod a+w $DST_PATH"