1.06 - bug fix for typo

master
RandomNinjaAtk 1 year ago committed by GitHub
parent 1b1e0476b6
commit a53191f2ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2,7 +2,7 @@
export LC_ALL=C.UTF-8
export LANG=C.UTF-8
TITLESHORT="APP"
ScriptVersion="1.05"
ScriptVersion="1.06"
SECONDS=0
set -e
@ -57,7 +57,7 @@ if [ $(find "$1" -type f -iname "*.mp3" | wc -l) -gt 0 ]; then
#echo "seconds :: $seconds"
#echo "end :: $end"
echo "END=$end" >> "$chapterFile"
if [ ! -z "$chatperTitle" ]; then
if [ ! -z "$chapterTitle" ]; then
echo "title=$chapterTitle" >> "$chapterFile"
else
echo "title=Part \#$chapterNumber" >> "$chapterFile"

Loading…
Cancel
Save