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
Raw Permalink Normal View History

2021-04-27 18:16:05 +00:00
#!/bin/sh
cd /output || exit
# shellcheck disable=SC2010
ls | grep -v private | grep -v "$DOMAIN" | xargs -r rm -r