From 70f5565ddc6234ad2228f97d5dc911709e639c76 Mon Sep 17 00:00:00 2001 From: Reinhard Pointner Date: Wed, 25 Jul 2018 11:37:54 +0700 Subject: [PATCH] Fix bash --- installer/tar/filebot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/tar/filebot.sh b/installer/tar/filebot.sh index 8384f1cf..809842a9 100755 --- a/installer/tar/filebot.sh +++ b/installer/tar/filebot.sh @@ -41,7 +41,7 @@ case $PACKAGE_LIBRARY_ARCH in ARCHIVE_EXTRACTOR="ApacheVFS" MEDIA_PARSER="ffprobe" ;; -; +esac # select application data folder APP_DATA="$FILEBOT_HOME/data/$USER"