mirror of
https://github.com/edgebox-iot/edgeboxctl.git
synced 2026-09-24 05:41:43 +02:00
Introduced ExecAndStream for execution with progress output
This commit is contained in:
@@ -265,7 +265,7 @@ func DisableOnline(ID string) MaybeEdgeApp {
|
||||
func buildFrameworkContainers() {
|
||||
|
||||
cmdArgs := []string{utils.GetPath("wsPath") + "ws", "--build"}
|
||||
utils.Exec("sh", cmdArgs)
|
||||
utils.ExecAndStream("sh", cmdArgs)
|
||||
|
||||
time.Sleep(defaultContainerOperationSleepTime)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user