mirror of
				https://github.com/optim-enterprises-bv/databunker.git
				synced 2025-10-31 01:47:57 +00:00 
			
		
		
		
	fix warning message
This commit is contained in:
		| @@ -69,7 +69,7 @@ func loadService() { | ||||
| 		os.Exit(0) | ||||
| 	} | ||||
| 	if len(masterKeyStr) == 0 { | ||||
| 		log.Println(`ENV['DATABUNKER_MASTERKEY'] or 'databunker -masterkey value' must be present.`) | ||||
| 		log.Println(`ENV['DATABUNKER_MASTERKEY'], ENV['DATABUNKER_MASTERKEY_FILE'], or 'databunker -masterkey value' must be provided.`) | ||||
| 		os.Exit(0) | ||||
| 	} | ||||
| 	err := loadUserSchema(cfg, confPtr) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 yuli
					yuli