Skip to content
Snippets Groups Projects
Commit 3639b092 authored by jurgenhaas's avatar jurgenhaas
Browse files

ansible-inventories/zehnder#215 Allow another script to be executed at the end...

ansible-inventories/zehnder#215 Allow another script to be executed at the end of the gitscript update process
parent a70f2db9
Branches
No related tags found
No related merge requests found
......@@ -34,4 +34,9 @@ if [ -d '{{ webRoot }}{{ drupal.configRoot|default("/config") }}' ]; then
chmod -R ug+w {{ webRoot }}{{ drupal.configRoot|default("/config") }}
fi
if [ -f 'post-update.sh' ]; then
echo '> post-update.sh'
./post-update.sh
fi
echo;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment