From 0ffbf30f15779642f5a308d646c39e181bd2ea30 Mon Sep 17 00:00:00 2001 From: henne49 <4662326+henne49@users.noreply.github.com> Date: Sun, 15 Dec 2024 06:53:20 +0100 Subject: [PATCH] correct the rc.local path from testing to a valid one --- update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.sh b/update.sh index fb3cf7f..ade6546 100755 --- a/update.sh +++ b/update.sh @@ -1,6 +1,6 @@ # Set the repository name and username REPO="henne49/dbus-opendtu" -STARTUP_FILE="/data/home/root/rc.local" +STARTUP_FILE="/data/rc.local" #!/bin/bash # Check if the file exists