Skip to content

Commit 8da3a67

Browse files
committed
Don't need sudo, we're root now
1 parent fb3652d commit 8da3a67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/local/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"SHELL": "/bin/bash" // Ush bash
3434
},
3535
"onCreateCommand": "bash ${localWorkspaceFolder}/.devcontainer/setup.sh",
36-
"postCreateCommand": "sudo mkdir -p /workspaces && sudo rm -rf /workspaces/training && sudo ln -s ${localWorkspaceFolder} /workspaces/training",
36+
"postCreateCommand": "mkdir -p /workspaces && rm -rf /workspaces/training && ln -s ${localWorkspaceFolder} /workspaces/training",
3737
"customizations": {
3838
"vscode": {
3939
"extensions": ["nf-core.nf-core-extensionpack"],

0 commit comments

Comments
 (0)