#!/bin/bash
#
# If you know a better solution to change the GID in php without hard coded GID
# please email me ASAP <daniel.ziegler@it-novum.com>
#
sudo -g www-data /usr/share/openitcockpit/app/Console/cake "$@" 
