mirror of
https://github.com/YunoHost-Apps/nextcloud_ynh.git
synced 2024-09-03 19:55:57 +02:00
Fix a lonely Roundcube comment
This commit is contained in:
parent
8f98d512b1
commit
ab4015dd86
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue