#!/usr/bin/env bash dest=${WEB}/oper.io.services/nullsec # Copy files from working cache to destination rsync -a --inplace --delete --exclude hooks --exclude '.git*' ./ ${dest}/ || true printf '[git] Updating %s\n' ${FILES_M[@]:-nothing} printf '[git] Removing %s\n' ${FILES_D[@]:-nothing} # Regen repo httpup files httpup-repgen "${dest}"