This commit is contained in:
Your Name
2024-04-29 00:23:31 -05:00
parent e3eeb293db
commit 68c29c6842
7 changed files with 67 additions and 14 deletions

View File

@@ -44,6 +44,7 @@ function launch {
# 2. The FINALIZED consistent file has to exist, indicating there's an update
# that completed successfully and synced to disk.
# CLEARPILOT
# if [ -f "${BASEDIR}/.overlay_init" ]; then
# find ${BASEDIR}/.git -newer ${BASEDIR}/.overlay_init | grep -q '.' 2> /dev/null
# if [ $? -eq 0 ]; then