From f53d16fe6a90cf4c0f64b8fa5191fbc07cebcd62 Mon Sep 17 00:00:00 2001 From: Soyoung Kim Date: Thu, 24 Jan 2013 14:21:15 +0900 Subject: [PATCH] Fixed preinstall for plugin [Issue#] TDIS-2684 [Problem] plugin installation tasks some times. [Cause] wrong preinstall command during booting [Solution] move preinstall command for plugin before checking preinstall widget. [SCMRequest] N/A --- etc/wrt_preinstall_widgets.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/etc/wrt_preinstall_widgets.sh b/etc/wrt_preinstall_widgets.sh index 2d7b9d5..1837565 100755 --- a/etc/wrt_preinstall_widgets.sh +++ b/etc/wrt_preinstall_widgets.sh @@ -69,13 +69,13 @@ else fi } +#Plugin installation is temporary code for window SDK +/usr/bin/wrt-installer -p + if [ ! -d $_working_dir ]; then echo "There is no preinstall widget directory - $_working_dir" restore_widget exit 1 fi -#Plugin installation is temporary code for window SDK -/usr/bin/wrt-installer -p - install_widgets -- 2.7.4