From: Arne Fitzenreiter Date: Sun, 5 Apr 2009 10:05:00 +0000 (+0200) Subject: Change parameter order of tar for core28 backup X-Git-Tag: v2.5-beta1~54^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=41fdff18d3fb64976605275a571645fb7a48bc75;p=ipfire-2.x.git Change parameter order of tar for core28 backup --- diff --git a/config/rootfiles/core/28/update.sh b/config/rootfiles/core/28/update.sh index a66d670408..347d197796 100755 --- a/config/rootfiles/core/28/update.sh +++ b/config/rootfiles/core/28/update.sh @@ -50,7 +50,7 @@ echo opt/pakfire/etc/pakfire.conf >> /opt/pakfire/tmp/ROOTFILES echo etc/sysconfig/lm_sensors >> /opt/pakfire/tmp/ROOTFILES # tar cjvf /var/ipfire/backup/core-upgrade_$KVER.tar.bz2 \ - -T /opt/pakfire/tmp/ROOTFILES --exclude='#*' -C / > /dev/null 2>&1 + -C / -T /opt/pakfire/tmp/ROOTFILES --exclude='#*' > /dev/null 2>&1 echo echo Update IPfire to $NEWVERSION ... # Remove old kernel, configs, initrd, modules ...