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