Files
nextcloud/bin/occ
T

6 lines
177 B
Bash
Raw Normal View History

2022-10-04 21:48:50 -04:00
#!/bin/sh
2022-10-11 16:08:24 -04:00
# Set bash options
[ -n "$DEBUG" ] && set -x
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
2022-10-04 21:48:50 -04:00
yasu nextcloud:nextcloud php -f /var/www/occ "$@"