nextcloud/abra-commands.sh

4 lines
78 B
Bash
Raw Normal View History

2020-09-11 16:04:33 +00:00
sub_occ(){
sub_run_args nextcloud "-u www-data" php /var/www/html/occ "$@"
}