1
0
mirror of https://github.com/OpenNebula/one.git synced 2024-12-24 21:34:01 +03:00

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

This commit is contained in:
Tino Vazquez 2011-12-22 16:33:28 +01:00
parent 2424dfbf79
commit 4da7c9060f

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"