mirror of
https://github.com/GoodOlClint/PSProxmoxVE.git
synced 2026-08-30 16:59:47 +00:00
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:
+1
-1
@@ -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"
|
||||
"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user