wip
This commit is contained in:
@@ -28,7 +28,7 @@ if [ "$timeout" -gt 0 ]; then
|
||||
git fetch origin "$branch"
|
||||
|
||||
# Checkout the target branch forcefully, ignoring submodules as in the Python example
|
||||
git checkout --force --no-recurse-submodules -B "$branch" FETCH_HEAD
|
||||
git checkout --force --no-recurse-submodules -B "$branch"
|
||||
|
||||
# Reset the local changes hard, clean the directory including untracked files and directories,
|
||||
# and ensure submodules are in sync, updated, and also reset hard
|
||||
@@ -53,8 +53,6 @@ fi
|
||||
|
||||
# Blank the UI (assuming framebuffer device is /dev/fb0)
|
||||
# This command clears the framebuffer, effectively blanking the screen
|
||||
dd if=/dev/zero of=/dev/fb0 &> /dev/null
|
||||
|
||||
|
||||
export PASSIVE="0"
|
||||
exec ./launch_chffrplus.sh
|
||||
|
||||
Reference in New Issue
Block a user