Skip to content

Commit

Permalink
Remove extra podmanStart
Browse files Browse the repository at this point in the history
  • Loading branch information
tcorbly committed Nov 29, 2023
1 parent e9c5c51 commit fa9b834
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Create3Widget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -177,8 +177,6 @@ void Create3Widget::resetServer()
qDebug() << "Error:" << data;
});

podmanStart->startDetached(podmanStartCommand, podmanStartArgs);

if (podmanStart->startDetached(podmanStartCommand, podmanStartArgs))
{
qDebug() << "Podman container successfully started and detached";
Expand Down

0 comments on commit fa9b834

Please sign in to comment.