Files
pwnagotchi/stage3/prerun.sh
2026-03-27 10:43:56 +01:00

6 lines
68 B
Bash
Executable File

#!/bin/bash -e
if [ ! -d "${ROOTFS_DIR}" ]; then
copy_previous
fi