Skip to content

fix(dogfood): allow sync with startup script via done file #12058

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

Merged
merged 1 commit into from
Feb 7, 2024

Conversation

mafredri
Copy link
Member

@mafredri mafredri commented Feb 7, 2024

To utilize this change, place the following snippet at the top of your startup script:

while ! [ -f /tmp/.coder-startup-script.done ]; do sleep 1; done

Useful for avoiding conflicts with e.g. apt install/lock file.

@mafredri mafredri merged commit 040ce40 into main Feb 7, 2024
@mafredri mafredri deleted the mafredri/fix-dogfood-startup-script-done branch February 7, 2024 17:16
@github-actions github-actions bot locked and limited conversation to collaborators Feb 7, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants