add scripts
This commit is contained in:
6
scripts/occ.sh
Normal file
6
scripts/occ.sh
Normal 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 "$@"
|
||||
Reference in New Issue
Block a user