From 516aff50ab52529ac549be4afe41e66489e40d7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A1=90=E8=AF=9D?= <49544781+xiaomeng9597@users.noreply.github.com> Date: Mon, 20 May 2024 20:57:15 +0800 Subject: [PATCH] Delete configfiles/rc.local --- configfiles/rc.local | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 configfiles/rc.local diff --git a/configfiles/rc.local b/configfiles/rc.local deleted file mode 100644 index f52ae20..0000000 --- a/configfiles/rc.local +++ /dev/null @@ -1,6 +0,0 @@ -# Put your custom commands here that should be executed once -# the system init finished. By default this file does nothing. - -wifi up - -exit 0