Compare commits

..

2 Commits

2 changed files with 6 additions and 2 deletions

View File

@@ -20,11 +20,15 @@
"label": "Hello Remote World", "label": "Hello Remote World",
"onAutoForward": "notify" "onAutoForward": "notify"
} }
} },
// Use 'postCreateCommand' to run commands after the container is created. // Use 'postCreateCommand' to run commands after the container is created.
// "postCreateCommand": "sudo chmod a+x \"$(pwd)\" && sudo rm -rf /var/www/html && sudo ln -s \"$(pwd)\" /var/www/html" // "postCreateCommand": "sudo chmod a+x \"$(pwd)\" && sudo rm -rf /var/www/html && sudo ln -s \"$(pwd)\" /var/www/html"
// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root. // Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
// "remoteUser": "root" // "remoteUser": "root"
"mounts": [
"source=${localWorkspaceFolder}/../../spl-data,target=/workspaces/spl-data,type=bind,consistency=consistent"
]
} }

View File

@@ -86,7 +86,7 @@ if (($handle = fopen($inputFile, "r")) !== FALSE) {
} }
} }
if ($picture === "") { if ($picture === "") {
print("Failed to identify picture for " . $candidateName); print("Failed to identify picture for " . $candidateName . "\n");
} }
array_push( array_push(