From: Chris Sharp Date: Tue, 22 Nov 2016 14:49:24 +0000 (-0500) Subject: Change directory ownership after rsync. X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=4ebde51a0e7db97ab6356ab4659195d1e28a944f;p=contrib%2Fpines%2Freport-creator.git Change directory ownership after rsync. Signed-off-by: Chris Sharp --- diff --git a/install-ubuntu-14.04.sh b/install-ubuntu-14.04.sh index b1b34bb..c0d5604 100755 --- a/install-ubuntu-14.04.sh +++ b/install-ubuntu-14.04.sh @@ -38,6 +38,7 @@ echo "Please run sql/quick_reports_setup.sql ONLY if you haven't already." echo "Copying report-creator files into $OSRF_WEB_ROOT/report-creator." rsync -auv --exclude="install*.sh" ./ $OSRF_WEB_ROOT/report-creator/ +chown -R opensrf:opensrf $OSRF_WEB_ROOT/report-creator echo "Now browse to https://www.yourdomain.tld/report-creator to complete setup." echo "Refer to docs/Installation_Instructions.txt for details."