Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Always print "Finished..." at the end of metadata scripts #153

Conversation

gut
Copy link
Contributor

@gut gut commented Aug 15, 2018

@@ -415,9 +415,9 @@ func main() {
if len(scripts) == 0 {
logger.Infof("No %s scripts to run.", os.Args[1])
os.Exit(0)
} else {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you meant to also remove the os.Exit(0) above

@adjackura
Copy link
Contributor

Also update google-compute-engine-metadata-scripts.goospec with a patch bump

That will match linux's agent behavior
@gut gut force-pushed the standardize-metadata-script-end-message branch from d57a43f to 60b41ed Compare August 15, 2018 20:10
@gut
Copy link
Contributor Author

gut commented Aug 15, 2018

Thanks @adjackura !

@adjackura adjackura merged commit 6552d87 into GoogleCloudPlatform:master Aug 15, 2018
@gut gut deleted the standardize-metadata-script-end-message branch August 15, 2018 21:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants