From: Stephane Desneux Date: Thu, 13 Mar 2014 19:05:07 +0000 (+0100) Subject: Fix widget install for xwalk X-Git-Tag: submit/tizen_common/20140528.173953~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=142e0d36329ac17bf880df0492b967bc502d86bb;p=profile%2Fcommon%2Fwrt-widgets.git Fix widget install for xwalk Change-Id: I0cec373dabae4e87dd7f2df645447fa4a4513c72 Signed-off-by: Stephane Desneux --- diff --git a/install_widgets.sh b/install_widgets.sh index 6376c72..9d7eb8c 100755 --- a/install_widgets.sh +++ b/install_widgets.sh @@ -1,11 +1,11 @@ #!/bin/sh -echo "Widget Installation" -if [ "$(id -u)" != "0" ]; then - echo "This script must be run as root" >&2 - exit 1 -fi +#echo "Widget Installation" +#if [ "$(id -u)" != "0" ]; then +# echo "This script must be run as root" >&2 +# exit 1 +#fi wgtdir=/usr/share/widget_demo if [ -z "$(ls $wgtdir/*.wgt 2> /dev/null)" ]; then