Forgot to readd the prerun.sh for stage3 :|
This commit is contained in:
parent
2f67040186
commit
944ca3357b
1 changed files with 5 additions and 0 deletions
5
stage3/prerun.sh
Executable file
5
stage3/prerun.sh
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/bash -e
|
||||
|
||||
if [ ! -d ${ROOTFS_DIR} ]; then
|
||||
copy_previous
|
||||
fi
|
Loading…
Reference in a new issue