From 49bffdc96e51b85693ce21e4d3b07397a21b89e9 Mon Sep 17 00:00:00 2001
From: Bruno BEAUFILS <bruno@boulgour.com>
Date: Thu, 22 Apr 2021 14:59:49 +0200
Subject: [PATCH] Fixed occ helper

---
 occ.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/occ.sh b/occ.sh
index 13894f5..9e571e8 100755
--- a/occ.sh
+++ b/occ.sh
@@ -1,2 +1,2 @@
 #!/bin/bash
-docker-compose exec -u 33 nextcloud php occ $@
+docker-compose exec -u 33 nextcloud php occ "$@"
-- 
GitLab