mirror of
https://github.com/acedanger/finance.git
synced 2025-12-05 14:40:13 -08:00
fix: update postStartCommand to use bash for improved compatibility
This commit is contained in:
@@ -88,5 +88,5 @@
|
||||
"initializeCommand": {
|
||||
"load-env": "echo 'Preparing environment variables for container startup'"
|
||||
},
|
||||
"postStartCommand": "source ${containerWorkspaceFolder}/.devcontainer/library-scripts/load-env.sh && gh auth status || gh auth login"
|
||||
"postStartCommand": "bash -c 'source ${containerWorkspaceFolder}/.devcontainer/library-scripts/load-env.sh && gh auth status || gh auth login'"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user