Skip to content

Commit 89c3b6f

Browse files
committed
Remove the -d flag for Linux machines
1 parent b081dbf commit 89c3b6f

File tree

1 file changed

+1
-1
lines changed
  • modules/post/multi/manage

1 file changed

+1
-1
lines changed

modules/post/multi/manage/zip.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ def do_7zip
101101
end
102102

103103
def do_zip
104-
output = cmd_exec("zip -D -d -q -r #{datastore['DESTINATION']} #{datastore['SOURCE']}")
104+
output = cmd_exec("zip -D -q -r #{datastore['DESTINATION']} #{datastore['SOURCE']}")
105105
vprint_line(output)
106106
end
107107

0 commit comments

Comments
 (0)