Skip to content
Snippets Groups Projects
Commit 88cfba06 authored by Michael Eischer's avatar Michael Eischer
Browse files

Fix missing error if unmigrated data check fails for docker container

The error handling code path printed the wrong variable.
parent d906f267
No related branches found
No related tags found
1 merge request!100Upstream Merge of 16.1 CE branching point
......@@ -54,7 +54,7 @@
if [ $? -ne 0 ]; then
echo "Upgrade failed. Could not check for unmigrated data on legacy storage."
echo ""
echo $output
echo $found
echo ""
echo ""
echo "If you would like to restart the instance without performing this"
......
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