Skip to content

Instantly share code, notes, and snippets.

@docwhat
Last active July 15, 2016 17:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save docwhat/8de9072d01f6bb23d875a595d6ad62ff to your computer and use it in GitHub Desktop.
Save docwhat/8de9072d01f6bb23d875a595d6ad62ff to your computer and use it in GitHub Desktop.
Bug in ChefDK's setting of --user flag
install: --no-document
update: --no-document
#!/bin/bash
exec env -i \
"HOME=$PWD" \
"TERM=$TERM" \
"PATH=/opt/chefdk/bin:/opt/chefdk/embedded/bin:/usr/local/bin:/usr/bin:/usr/sbin:/bin:/sbin" \
bash -l
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment