devbox icon indicating copy to clipboard operation
devbox copied to clipboard

Setup files are owned by root

Open iuliand-db opened this issue 5 years ago • 0 comments

Files passed as --setup-file are run as root by the DevboxSetupAgent. This causes a problem for .databricks/cache where certificates are stored, as several scripts expect to be able to write there.

The setup script should chown the directories it creates.

iuliand-db avatar Jun 17 '20 19:06 iuliand-db