Skip to content

Commit

Permalink
progress on install-nextcloud.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
VectorCell committed Aug 6, 2020
1 parent 3a7193f commit 32573d5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions install-nextcloud.sh
Expand Up @@ -63,6 +63,8 @@ if [ ! -d $NEXTCLOUD_DIR ]; then
echo "extracting $NEXTCLOUD_ARCHIVE to $APACHE_DOCUMENT_ROOT"
sudo tar -xvf $NEXTCLOUD_ARCHIVE -C $APACHE_DOCUMENT_ROOT
echo "extracted $NEXTCLOUD_ARCHIVE to $APACHE_DOCUMENT_ROOT"

sudo chown -R www-data:www-data $NEXTCLOUD_DIR
fi

echo "nextcloud installed in $NEXTCLOUD_DIR"

0 comments on commit 32573d5

Please sign in to comment.