fix: apply security and correctness fixes from PR #13 review

Co-authored-by: GoodOlClint <151449+GoodOlClint@users.noreply.github.com>
Agent-Logs-Url: https://github.com/GoodOlClint/PSProxmoxVE/sessions/677fba6b-906d-4cf6-82fa-3b7ab6afc648
This commit is contained in:
copilot-swe-agent[bot]
2026-03-24 14:36:51 +00:00
parent bdb62a3fbf
commit 2291379040
3 changed files with 21 additions and 13 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ build_module() {
dotnet publish src/PSProxmoxVE/PSProxmoxVE.csproj \
-c Release -f netstandard2.0 -o /tmp/publish 2>&1 | tail -1 && \
cp -r /tmp/publish/* $MODULE_PATH/ && \
echo 'Module installed to $MODULE_PATH'
echo "Module installed to $MODULE_PATH"
"
}