Last active
July 15, 2016 17:19
-
-
Save docwhat/8de9072d01f6bb23d875a595d6ad62ff to your computer and use it in GitHub Desktop.
Bug in ChefDK's setting of --user flag
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
install: --no-document | |
update: --no-document |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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