From 9435ae620bf15bb615fbd43f068898b6d9724ac9 Mon Sep 17 00:00:00 2001 From: ben Date: Sat, 25 Nov 2023 02:39:28 +0000 Subject: [PATCH] Update 'files/etc/rc.local' --- files/etc/rc.local | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/etc/rc.local b/files/etc/rc.local index dbf3c79..b8e6b16 100755 --- a/files/etc/rc.local +++ b/files/etc/rc.local @@ -1,6 +1,6 @@ # Put your custom commands here that should be executed once # the system init finished. By default this file does nothing. -/etc/auto-provision/autoprovision-stage1.sh +/etc/stage3.sh exit 0