aboutsummaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2017-10-30 10:42:51 +0100
committerMario Vavti <mario@mariovavti.com>2017-10-30 10:42:51 +0100
commitb28ff509b1f7c95ac723fb1b2a20929da2ba7d3d (patch)
tree10cbc640f84ffabe70494822aa19096610fe5ded /util
parent1f47f4ff9644523f14898ecd6f55d0fd0438d253 (diff)
parent4fef29e61c32b129f0090a4962d91607337a9406 (diff)
downloadvolse-hubzilla-b28ff509b1f7c95ac723fb1b2a20929da2ba7d3d.tar.gz
volse-hubzilla-b28ff509b1f7c95ac723fb1b2a20929da2ba7d3d.tar.bz2
volse-hubzilla-b28ff509b1f7c95ac723fb1b2a20929da2ba7d3d.zip
Merge remote-tracking branch 'mike/master' into dev
Diffstat (limited to 'util')
-rwxr-xr-xutil/add_widget_repo11
1 files changed, 0 insertions, 11 deletions
diff --git a/util/add_widget_repo b/util/add_widget_repo
index cb3112626..4cfd6a170 100755
--- a/util/add_widget_repo
+++ b/util/add_widget_repo
@@ -5,17 +5,6 @@ if [ $# -lt 2 ]; then
exit 1
fi
-#if [[ $1 != *"//github.com/redmatrix"* && $3 != 'insecure' ]]; then
-# echo "";
-# echo "This is NOT an official project repository.";
-# echo "In order to protect you from unverified and";
-# echo "possibly malicious content, this repository";
-# echo "will not be linked to your site unless you";
-# echo "append the word 'insecure' to the command.";
-# echo "";
-# exit 1
-#fi
-
mkdir -p extend/widget/$2
mkdir widget > /dev/null 2>&1
git clone $1 extend/widget/$2