mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-07-18 17:14:08 +00:00
2 lines
104 B
Bash
Executable file
2 lines
104 B
Bash
Executable file
#!/bin/bash
|
|
docker exec -it -u www-data $(docker ps -f name=php-fpm-mailcow -q) /web/nextcloud/occ ${@}
|