Skip to content

Commit

Permalink
Disable verbose logging in resize-swap-internal.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
petuhovskiy committed Feb 25, 2025
1 parent cc15d24 commit bcaa923
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neonvm-runner/cmd/disks.go
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ func createISO9660runtime(
if swapSize != nil {
lines := []string{
`#!/neonvm/bin/sh`,
`set -euxo pipefail`,
`set -euo pipefail`,
// this script may be run as root, so we should avoid potentially-malicious path
// injection
`export PATH="/neonvm/bin"`,
Expand Down

0 comments on commit bcaa923

Please sign in to comment.