diff options
| author | Jörg Frings-Fürst <debian@jff.email> | 2021-08-20 12:03:15 +0200 |
|---|---|---|
| committer | Jörg Frings-Fürst <debian@jff.email> | 2021-08-20 12:03:15 +0200 |
| commit | 62aba3d5f3cd9fab3d73a378f0be9ca7b99791e8 (patch) | |
| tree | 7c59274421018fe6e03704d61bd7eb196fde9a31 | |
| parent | 3862ae443098470245bfa0ffc88b7f7992320039 (diff) | |
use chown without -R
| -rw-r--r-- | debian/mailgraph.postinst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/mailgraph.postinst b/debian/mailgraph.postinst index 4c45aa9..62b42e8 100644 --- a/debian/mailgraph.postinst +++ b/debian/mailgraph.postinst @@ -36,7 +36,7 @@ case "$1" in ucf --debconf-ok ${tempfile} /etc/default/mailgraph ucfr mailgraph /etc/default/mailgraph rm -f ${tempfile} - chown -R www-data:www-data /var/lib/mailgraph/ + chown www-data:www-data /var/lib/mailgraph/ ;; abort-upgrade|abort-remove|abort-deconfigure) |
