From 0d625e1ae19440bc24be9c44142de1c0247a3d44 Mon Sep 17 00:00:00 2001 From: aclist Date: Sat, 13 May 2023 04:31:18 +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