aboutsummaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2015-02-19 20:53:24 -0800
committerfriendica <info@friendica.com>2015-02-19 20:53:24 -0800
commiteeec826eda8af3bccce43aae5511abfe675ff8cf (patch)
treeb45e18ce774ab2ba71fbba9e87be607b7c24a801 /util
parent54a82467251237a3271c2dbc6d1f3bd79b2e3ef3 (diff)
downloadvolse-hubzilla-eeec826eda8af3bccce43aae5511abfe675ff8cf.tar.gz
volse-hubzilla-eeec826eda8af3bccce43aae5511abfe675ff8cf.tar.bz2
volse-hubzilla-eeec826eda8af3bccce43aae5511abfe675ff8cf.zip
update the install doc for addons - the procedure is a bit different now (although it shouldn't break anything on existing sites.)
Diffstat (limited to 'util')
-rwxr-xr-xutil/add_addon_repo1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/add_addon_repo b/util/add_addon_repo
index 1425143bb..caefe820c 100755
--- a/util/add_addon_repo
+++ b/util/add_addon_repo
@@ -6,6 +6,7 @@ if [ $# -eq '3' ]; then
fi
mkdir -p extend/addon/$2
+mkdir addon > /dev/null 2>&1
git clone $1 extend/addon/$2
if [ $? -eq '0' ]; then
exit $?