fix upgrade

This commit is contained in:
Yuri Kuznetsov
2022-11-28 17:06:30 +02:00
parent 61ccee3ac2
commit 957a2fa171
@@ -371,7 +371,7 @@ class Upgrade implements Command
}
catch (Throwable) {}
throw new Error($shellResult ?? 'Unknown error on shell_exec.');
throw new Error($shellResult ?: 'Unknown error on shell_exec.');
}
}
}