This repository has been archived on 2021-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
workadventure/certdumper_post.sh

7 lines
117 B
Bash

#!/bin/sh
cd /output || exit
# shellcheck disable=SC2010
ls | grep -v private | grep -v "$DOMAIN" | xargs -r rm -r