fix update script app check

This commit is contained in:
Jordan Tomkinson 2026-01-01 13:32:15 +00:00
parent 6c01ab9cf4
commit 6dd0011ed1

View File

@ -23,7 +23,7 @@ function update_script() {
header_info header_info
check_container_storage check_container_storage
check_container_resources check_container_resources
if [[ ! -f /lib/systemd/system/tracearr.service ]]; then if [[ ! -f /etc/systemd/system/tracearr.service ]]; then
msg_error "No ${APP} Installation Found!" msg_error "No ${APP} Installation Found!"
exit exit
fi fi