forked from Plemya-x/ALR
wip
This commit is contained in:
@ -18,7 +18,6 @@ package build
|
||||
|
||||
import (
|
||||
"log/slog"
|
||||
"os"
|
||||
|
||||
"gitea.plemya-x.ru/Plemya-x/ALR/pkg/manager"
|
||||
)
|
||||
@ -27,8 +26,6 @@ func NewMainBuilder(
|
||||
cfg Config,
|
||||
repos PackageFinder,
|
||||
) *Builder {
|
||||
slog.Info("", "uid", os.Geteuid(), "gid", os.Getegid())
|
||||
|
||||
s, err := GetSafeScriptExecutor()
|
||||
if err != nil {
|
||||
slog.Info("i will panic")
|
||||
|
Reference in New Issue
Block a user