Chore: Remove comment

This commit is contained in:
Stroopwafe1 2025-06-27 20:45:56 +02:00
parent dc0e63e781
commit 9989b15dda
No known key found for this signature in database
GPG Key ID: 3EEE5BDBA076F7F2

View File

@ -25,7 +25,6 @@ function update_script() {
check_container_storage
check_container_resources
# Check if installation is present | -f for file, -d for folder
if [[ ! -d /opt/${APP} ]]; then
msg_error "No ${APP} Installation Found!"
exit