summaryrefslogtreecommitdiff
path: root/install_widgets.sh
diff options
context:
space:
mode:
Diffstat (limited to 'install_widgets.sh')
-rwxr-xr-xinstall_widgets.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/install_widgets.sh b/install_widgets.sh
index cff8cf1..84ccc7b 100755
--- a/install_widgets.sh
+++ b/install_widgets.sh
@@ -7,7 +7,7 @@ if [ "$(id -u)" != "0" ]; then
exit 1
fi
-wgtdir=/root/widget_demo
+wgtdir=/usr/share/widget_demo
if [ -z "$(ls $wgtdir/*.wgt 2> /dev/null)" ]; then
echo "$wgtdir doesn't contains any widgets (.wgt)" 1>&2
exit 1