collect-local.sh 146 B

1234567
  1. #!/bin/bash
  2. ## collect files across local fs
  3. cp -f /etc/lighttpd/*.conf ./rootFS/etc/lighttpd/
  4. cp -f /etc/lighttpd/.ht* ./rootFS/etc/lighttpd/