Skip to content
Snippets Groups Projects

DD Upload Processor: Removed the chmod updates because they're actually not needed.

Merged Eric Oulashin requested to merge dd_upload_processor_no_more_chmod into master
4 files
+ 52
63
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -11,7 +11,11 @@
; into a directory and scanned.
;
; This scan command is for AVG 9; you may need to change the path for your computer.
scanCmd="C:\Program Files\AVG\AVG9\avgscanx.exe" /SCAN=%FILESPEC%
;scanCmd="C:\Program Files\AVG\AVG9\avgscanx.exe" /SCAN=%FILESPEC%
; For Linux, if using clamav, you will need to pass the --fdpass parameter in order to
; pass the file permission descriptor to clamav
;scanCmd=/usr/bin/clamdscan --fdpass %FILESPEC%
; The following option sets whether or not to pause for the user to
; enter a key after a file is scanned. Valid values are yes and
@@ -21,4 +25,4 @@ pauseAtEnd=no
; If the following setting is set to yes, then all uploads by
; sysops will be automatically approved. Valid values are yes
; and no.
skipScanIfSysop=no
\ No newline at end of file
skipScanIfSysop=no
Loading