Browse Source

Merge ab4015dd86 into 8f98d512b1

pull/68/merge
Bridouz 9 years ago
committed by GitHub
parent
commit
3dea02c44b
  1. 2
      scripts/_common.sh

2
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" \

Loading…
Cancel
Save