kutt: fix indentation

This commit is contained in:
tremor021 2026-01-03 19:13:15 +01:00
parent eb8f4aadbc
commit a7e67ca27e

View File

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