From 97e9fef4302e493372103c4fb86984b82ee2338f Mon Sep 17 00:00:00 2001 From: aclist Date: Sat, 13 May 2023 04:31:30 +0900 Subject: [PATCH] feat: wipe debug at boot --- dzgui.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/dzgui.sh b/dzgui.sh index 4b9f075..f539d49 100755 --- a/dzgui.sh +++ b/dzgui.sh @@ -1852,6 +1852,7 @@ initial_setup(){ echo "100" } main(){ + > /tmp/debug.log lock initial_setup > >($steamsafe_zenity --pulsate --progress --auto-close --title="DZGUI" --no-cancel --width=500 2>/dev/null) main_menu