mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-21 08:22:59 +02:00
Fix some typo's at updater...
This commit is contained in:
@@ -50,12 +50,12 @@ echo etc/issue >> /opt/pakfire/tmp/ROOTFILES
|
||||
echo opt/pakfire/etc/pakfire.conf >> /opt/pakfire/tmp/ROOTFILES
|
||||
echo var/spool/cron/root.orig >> /opt/pakfire/tmp/ROOTFILES
|
||||
echo etc/udev/rules.d/30-persistent-network.rules >> /opt/pakfire/tmp/ROOTFILES
|
||||
echo etc/sysconfig/lm-sensors >> /opt/pakfire/tmp/ROOTFILES
|
||||
echo etc/sysconfig/lm_sensors >> /opt/pakfire/tmp/ROOTFILES
|
||||
#
|
||||
tar cjvf /var/ipfire/backup/update_$OLDVERSION-$NEWVERSION.tar.bz2 \
|
||||
-T /opt/pakfire/tmp/ROOTFILES --exclude='#*' -C / > /dev/null 2>&1
|
||||
echo
|
||||
echo Update IPfire to $NEWVERSON ...
|
||||
echo Update IPfire to $NEWVERSION ...
|
||||
#
|
||||
# Delete old collectd symlink
|
||||
#
|
||||
@@ -63,7 +63,7 @@ rm -rf /etc/rc.d/rc3.d/S20collectd
|
||||
#
|
||||
# Delete old lm-sensor modullist...
|
||||
#
|
||||
rm -rf /etc/sysconfig/lm-sensors
|
||||
rm -rf /etc/sysconfig/lm_sensors
|
||||
#
|
||||
# Remove old kernel, configs, initrd, modules ...
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user