[arch-commits] Commit in drupal/trunk (drupal.install)

Sergej Pupykin spupykin at archlinux.org
Mon May 17 21:49:16 UTC 2021


    Date: Monday, May 17, 2021 @ 21:49:16
  Author: spupykin
Revision: 936116

do not do actual chown

Modified:
  drupal/trunk/drupal.install

----------------+
 drupal.install |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: drupal.install
===================================================================
--- drupal.install	2021-05-17 21:47:15 UTC (rev 936115)
+++ drupal.install	2021-05-17 21:49:16 UTC (rev 936116)
@@ -1,7 +1,7 @@
 post_install() {
-  chown -R http:http var/lib/drupal
+  echo "Probably you need to 'chown -R http:http var/lib/drupal'"
 }
 
 post_upgrade() {
-  chown -R http:http var/lib/drupal
+  post_install
 }



More information about the arch-commits mailing list