Update gitea-mirror.sh

This commit is contained in:
Tobias 2025-06-02 11:11:34 +02:00 committed by GitHub
parent d4061ca69b
commit 405d279df9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -24,7 +24,7 @@ function update_script() {
header_info
check_container_storage
check_container_resources
if [[ ! -d /opt/gite-mirror ]]; then
if [[ ! -d /opt/gitea-mirror ]]; then
msg_error "No ${APP} Installation Found!"
exit
fi