Skip to content

Commit

Permalink
Merge pull request #61 from tescalada/master
Browse files Browse the repository at this point in the history
fixing a typo in -createstartupscript output
  • Loading branch information
chilipeppr authored Dec 3, 2018
2 parents 19eea67 + 5dc9799 commit a00b12c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion initd_script.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ esac
log.Printf("Command finished with error: %v", err4)
} else {
log.Printf("Successfully created your startup script in /etc/init.d")
log.Printf("You can now run /etc/init.id/serial-port-json-server start and this will run automatically on startup")
log.Printf("You can now run /etc/init.d/serial-port-json-server start and this will run automatically on startup")
}

}

0 comments on commit a00b12c

Please sign in to comment.