🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
6 lines
71 B
Bash
Executable File
6 lines
71 B
Bash
Executable File
#!/bin/bash -e
|
|
|
|
if [ ! -d "${ROOTFS_DIR}" ]; then
|
|
copy_previous
|
|
fi
|