mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-18 22:44:29 +01:00
Fix build error
This commit is contained in:
@@ -227,7 +227,7 @@ namespace BTCPayServer.Controllers
|
|||||||
}
|
}
|
||||||
else if (command == "update")
|
else if (command == "update")
|
||||||
{
|
{
|
||||||
var error = RunSSH(vm, command, $"btcpay-update.sh");
|
var error = RunSSH(vm, $"btcpay-update.sh");
|
||||||
if (error != null)
|
if (error != null)
|
||||||
return error;
|
return error;
|
||||||
StatusMessage = $"The server might restart soon if an update is available...";
|
StatusMessage = $"The server might restart soon if an update is available...";
|
||||||
|
|||||||
Reference in New Issue
Block a user