From: Peter Müller Date: Tue, 27 Sep 2022 10:54:45 +0000 (+0000) Subject: Core Update 171: Fix backup {ex,in}clude file permissions X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=520d214419650f90cb9491b6aea5cfe3763688b8;p=people%2Fms%2Fipfire-2.x.git Core Update 171: Fix backup {ex,in}clude file permissions Signed-off-by: Peter Müller --- diff --git a/config/rootfiles/core/171/update.sh b/config/rootfiles/core/171/update.sh index f626ed3b6b..38aa57a65b 100644 --- a/config/rootfiles/core/171/update.sh +++ b/config/rootfiles/core/171/update.sh @@ -221,6 +221,9 @@ ldconfig # Rebuild fcrontab from scratch /usr/bin/fcrontab -z +# Fix backup file permissions +chown -v root:root /var/ipfire/backup/{in,ex}clude* + # Start services /etc/rc.d/init.d/collectd start /etc/rc.d/init.d/unbound start