44cc226 Copy raw config wrapper without permissions

Authored and Committed by lsedlar 3 years ago
    Copy raw config wrapper without permissions
    
    The wrapper in /etc/odcs is quite possibly a read-only file. If we copy
    it with permissions, we end up with a file that can not be modified.
    Since we do intend to modify it, only the contents should be copied.
    
        
file modified
+1 -1