parent
ec4cb78535
commit
4891a87d11
3
app.go
3
app.go
@ -6,6 +6,7 @@ import (
|
|||||||
"net"
|
"net"
|
||||||
"os"
|
"os"
|
||||||
"os/exec"
|
"os/exec"
|
||||||
|
"strconv"
|
||||||
"strings"
|
"strings"
|
||||||
)
|
)
|
||||||
|
|
||||||
@ -116,6 +117,8 @@ func (app *App) exportVars() {
|
|||||||
} else {
|
} else {
|
||||||
os.Setenv("fx", envFiles)
|
os.Setenv("fx", envFiles)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
os.Setenv("id", strconv.Itoa(gClientId))
|
||||||
}
|
}
|
||||||
|
|
||||||
// This function is used to run a command in shell. Following modes are used:
|
// This function is used to run a command in shell. Following modes are used:
|
||||||
|
Loading…
Reference in New Issue
Block a user