Skip to content

Commit

Permalink
added missing prerun
Browse files Browse the repository at this point in the history
  • Loading branch information
matt2005 committed Feb 3, 2022
1 parent ec56266 commit eb2b66e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions stage4/prerun.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash -e

if [ ! -d "${ROOTFS_DIR}" ]; then
copy_previous
fi

0 comments on commit eb2b66e

Please sign in to comment.