#!/bin/bash # Display-only: print Nextcloud's status (version, installed flag, maintenance # state). The dispatcher captures stdout and the WebUI shows it back in the # modal results pane. appNextcloudSystemStatus() { runFileOp docker exec -u www-data nextcloud-service php occ status 2>&1 }