Docker-PHP/php/nginx/php-cli-user-shim.sh

3 lines
55 B
Bash

#!/bin/sh
sudo -u www-data /usr/bin/php "$*"
return $?