Merge branch 'patch-20181214b' into 'dev'
Recreate MR#1419 for dev branch See merge request hubzilla/core!1428
This commit is contained in:
commit
1e526e68ab
@ -7,7 +7,7 @@ git pull
|
|||||||
|
|
||||||
if [ -d extend ] ; then
|
if [ -d extend ] ; then
|
||||||
for a in theme addon widget ; do
|
for a in theme addon widget ; do
|
||||||
if [ -d $a ]; then
|
if [ -d extend/$a ]; then
|
||||||
for b in `ls extend/$a` ; do
|
for b in `ls extend/$a` ; do
|
||||||
echo Updating $b
|
echo Updating $b
|
||||||
'util/update_'$a'_repo' $b
|
'util/update_'$a'_repo' $b
|
||||||
|
Reference in New Issue
Block a user