From 9ec8c6b0d4266eb10ca3d22fb98044bacacfd04a Mon Sep 17 00:00:00 2001 From: vanhofen Date: Tue, 1 Dec 2020 16:51:47 +0100 Subject: [PATCH] - rcS: fix path to restore script --- skel-root/hd2/etc/init.d/rcS | 2 +- skel-root/hd5x/etc/init.d/rcS | 2 +- skel-root/hd6x/etc/init.d/rcS | 2 +- skel-root/vuduo/etc/init.d/rcS | 2 +- skel-root/vuplus/etc/init.d/rcS | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/skel-root/hd2/etc/init.d/rcS b/skel-root/hd2/etc/init.d/rcS index 031c96ec..e81308e1 100755 --- a/skel-root/hd2/etc/init.d/rcS +++ b/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 diff --git a/skel-root/hd5x/etc/init.d/rcS b/skel-root/hd5x/etc/init.d/rcS index 660c9040..1d83b458 100755 --- a/skel-root/hd5x/etc/init.d/rcS +++ b/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 diff --git a/skel-root/hd6x/etc/init.d/rcS b/skel-root/hd6x/etc/init.d/rcS index 660c9040..1d83b458 100755 --- a/skel-root/hd6x/etc/init.d/rcS +++ b/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 diff --git a/skel-root/vuduo/etc/init.d/rcS b/skel-root/vuduo/etc/init.d/rcS index 517e252b..9efc8aa0 100755 --- a/skel-root/vuduo/etc/init.d/rcS +++ b/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 diff --git a/skel-root/vuplus/etc/init.d/rcS b/skel-root/vuplus/etc/init.d/rcS index 32692496..9c8e93fc 100755 --- a/skel-root/vuplus/etc/init.d/rcS +++ b/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