From ab4015dd86290bcf05a0c61a586815b6173c1978 Mon Sep 17 00:00:00 2001 From: Bridouz Date: Fri, 6 Oct 2017 08:58:07 +0200 Subject: [PATCH] Fix a lonely Roundcube comment --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index f9e5d2f..ba6f6f6 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -26,7 +26,7 @@ extract_nextcloud() { local DESTDIR=$1 local AS_USER=${2:-admin} - # retrieve and extract Roundcube tarball + # retrieve and extract Nextcloud tarball nc_tarball="/tmp/nextcloud.tar.bz2" rm -f "$nc_tarball" wget -q -O "$nc_tarball" "$NEXTCLOUD_SOURCE_URL" \