From 321660487de3d1df302c47e0ba21a999db28020b Mon Sep 17 00:00:00 2001 From: tteckster Date: Wed, 6 Mar 2024 18:48:53 -0500 Subject: [PATCH] Update dashy.sh There is currently no update path available. --- ct/dashy.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ct/dashy.sh b/ct/dashy.sh index 759b8805..23a28334 100644 --- a/ct/dashy.sh +++ b/ct/dashy.sh @@ -54,7 +54,9 @@ function default_settings() { function update_script() { header_info -if [[ ! -d /dashy/public/ ]]; then msg_error "No ${APP} Installation Found!"; exit; fi +if [[ ! -d /opt/dashy/public/ ]]; then msg_error "No ${APP} Installation Found!"; exit; fi +msg_error "There is currently no update path available." +exit msg_info "Stopping ${APP}" systemctl stop dashy msg_ok "Stopped ${APP}"