chore: logging output cleanup
This commit is contained in:
parent
74fa194a30
commit
f5c71ee915
3 changed files with 8 additions and 8 deletions
|
@ -211,7 +211,7 @@ func Set_Grub2() ([]string, error) {
|
|||
sysfile := sysfile_re.ReplaceAllString(conffile, "")
|
||||
|
||||
// Write to logger
|
||||
logger.Printf("Executing command:\nsudo cp -v \"%s\" %s", conffile, sysfile)
|
||||
logger.Printf("Executing command:\nsudo cp -v \"%s\" %s\n", conffile, sysfile)
|
||||
|
||||
// Make our output slice
|
||||
var output []string
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue