Fix `occ` command

This commit is contained in:
3wc 2021-03-02 18:32:21 +02:00
parent 53c9266892
commit cf1ce06704
1 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,5 @@
sub_occ(){
sub_run -u www-data app php /var/www/html/occ "$@"
abra__service_="app"
abra___user="www-data"
sub_app_run php /var/www/html/occ "$@"
}