Skip to content
Snippets Groups Projects
Commit 64ecf140 authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

Bugfix

parent 5ea5380e
No related branches found
No related tags found
1 merge request!3Master
......@@ -8,6 +8,7 @@ update:
- which php
# Pfad zum neu geklonten Repo
- path=`pwd`
- cd ~/
# Klone das Repo neu, falls es noch nicht existiert
- if [ ! -d ~/MetaGer ] ; then git clone "$path" ; cd ~/MetaGer ; composer update ; chmod -R 777 storage/ bootstrap/cache ; fi
# Falls notwendig Laravel-Framework initialisieren:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment