Merge branch 'patch-20181214b' into 'dev'

Recreate MR#1419 for dev branch

See merge request hubzilla/core!1428
This commit is contained in:
Max Kostikov 2018-12-14 22:58:22 +01:00
commit 1e526e68ab

View File

@ -7,7 +7,7 @@ git pull
if [ -d extend ] ; then
for a in theme addon widget ; do
if [ -d $a ]; then
if [ -d extend/$a ]; then
for b in `ls extend/$a` ; do
echo Updating $b
'util/update_'$a'_repo' $b