nextcloud/abra.sh

6 lines
99 B
Bash

sub_occ(){
abra__service_="app"
abra___user="www-data"
sub_app_run php /var/www/html/occ "$@"
}