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