4 lines
65 B
Bash
Executable file
4 lines
65 B
Bash
Executable file
#!/bin/bash -e
|
|
if [ ! -d ${ROOTFS_DIR} ]; then
|
|
copy_previous
|
|
fi
|