Skip to content

Commit

Permalink
Update run.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
wenhuizhang authored Mar 12, 2024
1 parent 5fcd932 commit 924e11f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cvm-image-rewriter/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -e
# Common Definitions
TOP_DIR=$(dirname "$(readlink -f "$0")")
SCRIPTS_DIR="${TOP_DIR}/scripts"
TARGET_FILES_DIR="$(mktemp -d /tmp/cvm_target_files.XXXXXX)"
TARGET_FILES_DIR="$(mktemp -d /tmp/cvm_target_files)"
INPUT_IMG=""
OUTPUT_IMG="output.qcow2"
TIMEOUT=6
Expand Down

0 comments on commit 924e11f

Please sign in to comment.