Commit c8c0e3f9 authored by Seblu's avatar Seblu
Browse files

Only display files mod/ownership changes

parent c4f8d06e
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,8 +15,8 @@ if [[ -e "$tarball" ]]; then
  [[ -e .htaccess ]] || ln -s conf/apache.conf .htaccess

  # Set file spermissions.
  chown -vR www-data:www-data conf data lib/{tpl,plugins}
  chmod -v 750 conf data
  chown -cR www-data:www-data conf data lib/{tpl,plugins}
  chmod -c 750 conf data

  # Remove deleted files.
  grep -Ev '^($|#)' data/deleted.files | xargs -n 1 rm -vf