Skip to content
Snippets Groups Projects
Commit 864f8004 authored by Jan-Hendrik Willms's avatar Jan-Hendrik Willms
Browse files

fixes #3965

Closes #3965

Merge request studip/studip!2818
parent ab02d8db
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,7 @@ sh $STUDIP/.gitlab/scripts/install_db.sh
if [ ! -z $AUTO_MIGRATE ]; then
echo "Migrate Instance"
# If migrate fails start instance anyway
php "$STUDIP/cli/studip migrate" || true
php "$STUDIP/cli/studip" migrate || true
echo "Migration finished"
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment