Merge pull request #143 from emoscardini/bugfix/openziti-tunnel-update

correct path in update script function
This commit is contained in:
CanbiZ 2025-03-25 22:33:07 +01:00 committed by GitHub
commit c0fc22af8e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 [[ ! -d /var ]]; then if [[ ! -d /opt/openziti ]]; then
msg_error "No ${APP} Installation Found!" msg_error "No ${APP} Installation Found!"
exit exit
fi fi