mirror of
https://codeberg.org/PLG-Development/PLG-MuDiCS
synced 2026-07-06 00:47:09 +00:00
refactor: move browser open into shared modules
This commit is contained in:
+1
-1
@@ -155,7 +155,7 @@ func shellCommandRoute(ctx echo.Context) error {
|
||||
}
|
||||
cmd.Dir = storagePath
|
||||
|
||||
commandOutput := pkg.RunShellCommand(cmd)
|
||||
commandOutput := shared.RunShellCommand(cmd)
|
||||
if commandOutput.ExitCode != 0 {
|
||||
slog.Error("Shell command execution error", "error", commandOutput.Stderr)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user