Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/vm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Hansson <daniel@techandme.se>2017-05-25 15:25:30 +0300
committerGitHub <noreply@github.com>2017-05-25 15:25:30 +0300
commit2b98f7fe88442f87a0377ac94654476eb5b68ab4 (patch)
tree25cc30e720aa62037545a12154dd09ce409cf6a6 /apps/previewgenerator.sh
parentd0fec5e80bf02f4cb834f15adb15bac8d383e2f2 (diff)
Typo (#245)
Diffstat (limited to 'apps/previewgenerator.sh')
-rw-r--r--apps/previewgenerator.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/previewgenerator.sh b/apps/previewgenerator.sh
index df3f4840..1025ddb3 100644
--- a/apps/previewgenerator.sh
+++ b/apps/previewgenerator.sh
@@ -17,7 +17,7 @@ debug_mode
# Download and install Preview Generator
if [ ! -d "$NCPATH"/apps/previewgenerator ]
then
- echo "Installing calendar..."
+ echo "Installing Preview Generator..."
wget -q "$PREVER_REPO/v$PREVER/$PREVER_FILE" -P "$NCPATH/apps"
tar -zxf "$NCPATH/apps/$PREVER_FILE" -C "$NCPATH/apps"
cd "$NCPATH/apps"