diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-12-20 14:55:43 -0800 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-12-20 14:55:43 -0800 |
commit | f23e8f8d41f9fba23b0e65f9bf9fae1342ffc4d4 (patch) | |
tree | abce5d057b603d8e196ea74726c3fde485b43a83 /.openshift/action_hooks/deploy | |
parent | 61fa97baabd5fbb1b809b67e3ae717bd05fdbfd0 (diff) | |
download | volse-hubzilla-f23e8f8d41f9fba23b0e65f9bf9fae1342ffc4d4.tar.gz volse-hubzilla-f23e8f8d41f9fba23b0e65f9bf9fae1342ffc4d4.tar.bz2 volse-hubzilla-f23e8f8d41f9fba23b0e65f9bf9fae1342ffc4d4.zip |
merge hell
Diffstat (limited to '.openshift/action_hooks/deploy')
-rwxr-xr-x | .openshift/action_hooks/deploy | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/.openshift/action_hooks/deploy b/.openshift/action_hooks/deploy index 7abe3efd1..f3f187d43 100755 --- a/.openshift/action_hooks/deploy +++ b/.openshift/action_hooks/deploy @@ -190,16 +190,16 @@ util/config directory globaldir 1 util/config directory pubforums 0 # Hubzill addons -# echo "Try to add or update Hubzilla addons" -# cd ${OPENSHIFT_REPO_DIR} -# util/add_addon_repo https://github.com/redmatrix/hubzilla-addons.git HubzillaAddons +echo "Try to add or update Hubzilla addons" +cd ${OPENSHIFT_REPO_DIR} +util/add_addon_repo https://github.com/redmatrix/hubzilla-addons.git HubzillaAddons # Hubzilla themes -# echo "Try to add or update Hubzilla themes" -# cd ${OPENSHIFT_REPO_DIR} -# util/add_theme_repo https://github.com/DeadSuperHero/redmatrix-themes.git DeadSuperHeroThemes +echo "Try to add or update Hubzilla themes" +cd ${OPENSHIFT_REPO_DIR} +util/add_theme_repo https://github.com/DeadSuperHero/redmatrix-themes.git DeadSuperHeroThemes # Hubzilla ownMapp -# echo "Try to add or update Hubzilla ownMapp" -# cd ${OPENSHIFT_REPO_DIR} -# util/add_addon_repo https://gitlab.com/zot/ownmapp.git ownMapp +echo "Try to add or update Hubzilla ownMapp" +cd ${OPENSHIFT_REPO_DIR} +util/add_addon_repo https://gitlab.com/zot/ownmapp.git ownMapp |