From 7c316788e7b9fbbd8e9e2fc01a41aa76157cb822 Mon Sep 17 00:00:00 2001 From: throwaway96 <68320646+throwaway96@users.noreply.github.com> Date: Tue, 23 Apr 2024 22:16:04 -0400 Subject: [PATCH] fix indentation --- autoroot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoroot.sh b/autoroot.sh index dda162c..33b436b 100755 --- a/autoroot.sh +++ b/autoroot.sh @@ -124,7 +124,7 @@ else log 'devmode_enabled exists; make sure the LG Dev Mode app is not installed!' toast "Make sure the LG Dev Mode app isn't installed!" - rm -f -- '/var/luna/preferences/devmode_enabled' + rm -f -- '/var/luna/preferences/devmode_enabled' else debug 'devmode_enabled does not exist' fi