From 36fffde5022549fce80410caa09ef92c420aa8d4 Mon Sep 17 00:00:00 2001 From: tteckster Date: Sat, 23 Dec 2023 18:42:34 -0500 Subject: [PATCH] Update runtipi.sh add update path --- ct/runtipi.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/runtipi.sh b/ct/runtipi.sh index e4eeaba4..5ff66901 100644 --- a/ct/runtipi.sh +++ b/ct/runtipi.sh @@ -53,7 +53,7 @@ function default_settings() { function update_script() { header_info if [[ ! -d /opt/runtipi ]]; then msg_error "No ${APP} Installation Found!"; exit; fi -msg_error "There is currently no update path available." +cd /opt/runtipi && ./runtipi-cli update latest exit }