nextcloudpi/updates/1.56.0.sh
2025-10-18 22:22:32 +02:00

8 lines
171 B
Bash

#!/usr/bin/env bash
if { ncc app_api:daemon:list || true; } 2> /dev/null | grep 'No registered daemon configs.' > /dev/null 2>&1
then
ncc app:disable app_api
fi
exit 0