forked from josch/mmdebstrap
run_qemu.sh: run with set -eu
This commit is contained in:
parent
96c01a67e4
commit
ff3e66e37c
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
set -eu
|
||||
|
||||
cachedir="./shared/cache"
|
||||
|
||||
qemu-img create -f qcow2 -b "$cachedir/debian-unstable.qcow" debian-unstable-overlay.qcow
|
||||
|
|
Loading…
Reference in a new issue