1
0
mirror of https://github.com/hoellen/dockerfiles.git synced 2025-05-02 18:29:17 +00:00

Fix quoting in cli commands ()

This commit is contained in:
Boris Gorbylev 2017-10-17 21:09:23 +03:00 committed by Wonderfall
parent 21275aff52
commit b6bdabe59c

@ -1,2 +1,2 @@
#!/bin/sh
su-exec $UID:$GID php -d memory_limit=<MEMORY_LIMIT> -f /nextcloud/occ $@
su-exec $UID:$GID php -d memory_limit=<MEMORY_LIMIT> -f /nextcloud/occ "$@"