chore: clean up app

This commit is contained in:
Aetherinox
2025-02-23 02:50:09 -08:00
parent 8be328e769
commit 84524ebf53
522 changed files with 72 additions and 451 deletions

View File

@@ -18,5 +18,8 @@ else
rm -f \
/config/keys/cert.key \
/config/keys/cert.crt || true
openssl req -new -x509 -days 3650 -nodes -out /config/keys/cert.crt -keyout /config/keys/cert.key -subj "$SUBJECT"
mkdir -p /config/keys
OUT=$(openssl req -new -x509 -days 3650 -nodes -out /config/keys/cert.crt -keyout /config/keys/cert.key -subj "$SUBJECT" 2>/dev/null)
fi