mirror of
https://github.com/EnumeratedDev/enit.git
synced 2026-09-16 02:26:11 +00:00
Set default enabled service stage to 3
This commit is contained in:
+1
-1
@@ -128,7 +128,7 @@ func main() {
|
||||
}
|
||||
|
||||
// Get service stage
|
||||
stage := 2
|
||||
stage := 3
|
||||
if len(flag.Args()) > 3 {
|
||||
flagStr := flag.Arg(3)
|
||||
_stage, err := strconv.ParseInt(flagStr, 10, 32)
|
||||
|
||||
Reference in New Issue
Block a user