RROrg-rr/update-check.sh
2023-05-05 18:38:10 +08:00

5 lines
74 B
Bash

#!/usr/bin/env bash
[ ! -f /mnt/p1/boot/grub/grub.cfg ] && exit 1
exit 0