Introduction
Introduction Statistics Contact Development Disclaimer Help
potcasse: gen is not allowed if no episode are imported - potcasse - Podcast pu…
git clone git://bitreich.org/potcasse git://hg6vgqziawt5s4dj.onion/potcasse
Log
Files
Refs
Tags
README
LICENSE
---
commit 840b6c097f826bd21ce64c2b5a4188c3fdcff19a
parent 27655f9e99ffd9c63a582f9ab978fbb293b923c9
Author: Solene Rapenne <[email protected]>
Date: Tue, 20 Jul 2021 23:05:13 +0200
potcasse: gen is not allowed if no episode are imported
Diffstat:
M potcasse | 1 +
1 file changed, 1 insertion(+), 0 deletions(-)
---
diff --git a/potcasse b/potcasse
@@ -57,6 +57,7 @@ EOF
}
gen() {
+ test -d episodes || exitp "You need to import episodes before generation"
TMPFILE=$(mktemp /tmp/potcasse.XXXXXXXXXXXXXXXXXXXXX)
. ./metadata.sh
mkdir -p output_html/episodes
You are viewing proxied material from bitreich.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.