add scripts

This commit is contained in:
root
2025-12-14 22:26:17 +01:00
parent 5aa7471f80
commit ddc99b914f
5 changed files with 244 additions and 0 deletions

6
scripts/occ.sh Normal file
View File

@@ -0,0 +1,6 @@
#!/bin/bash
# scripts/occ.sh - Wrapper pour commandes OCC
set -e
docker-compose exec -u www-data nextcloud php occ "$@"