Skip to content

Commit

Permalink
make sure to create extract-tmp folder
Browse files Browse the repository at this point in the history
  • Loading branch information
L1ghtman2k authored Mar 13, 2022
1 parent 5802cdb commit 198cbbc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/providers/util/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ func FormatLogExtractionScript() string {
set -e
rm -rf /extract*
CONTAINER_NAME=%s
mkdir -p /extract-tmp/
docker logs --details --timestamps $CONTAINER_NAME &> /extract-tmp/northstar.log
zip -j %s /extract-tmp/*
`, containerName, RemoteFile)
Expand Down

0 comments on commit 198cbbc

Please sign in to comment.