Browse Source

- rcS: fix path to restore script

master
vanhofen 4 years ago
parent
commit
9ec8c6b0d4
  1. 2
      skel-root/hd2/etc/init.d/rcS
  2. 2
      skel-root/hd5x/etc/init.d/rcS
  3. 2
      skel-root/hd6x/etc/init.d/rcS
  4. 2
      skel-root/vuduo/etc/init.d/rcS
  5. 2
      skel-root/vuplus/etc/init.d/rcS

2
skel-root/hd2/etc/init.d/rcS

@ -60,7 +60,7 @@ date -s "%(YEAR)-01-01 00:00"
# automatic restore
if [ -e /var/backup_flash.tar.gz ]; then
/bin/restore_flash.sh
/usr/bin/restore_flash.sh
fi
# update system

2
skel-root/hd5x/etc/init.d/rcS

@ -56,7 +56,7 @@ date -s "%(YEAR)-01-01 00:00"
# automatic restore
if [ -e /var/backup_flash.tar.gz ]; then
/bin/restore_flash.sh
/usr/bin/restore_flash.sh
fi
# update system

2
skel-root/hd6x/etc/init.d/rcS

@ -56,7 +56,7 @@ date -s "%(YEAR)-01-01 00:00"
# automatic restore
if [ -e /var/backup_flash.tar.gz ]; then
/bin/restore_flash.sh
/usr/bin/restore_flash.sh
fi
# update system

2
skel-root/vuduo/etc/init.d/rcS

@ -52,7 +52,7 @@ date -s "%(YEAR)-01-01 00:00"
# automatic restore
if [ -e /var/backup_flash.tar.gz ]; then
/bin/restore_flash.sh
/usr/bin/restore_flash.sh
fi
# update system

2
skel-root/vuplus/etc/init.d/rcS

@ -52,7 +52,7 @@ date -s "%(YEAR)-01-01 00:00"
# automatic restore
if [ -e /var/backup_flash.tar.gz ]; then
/bin/restore_flash.sh
/usr/bin/restore_flash.sh
fi
# update system

Loading…
Cancel
Save