remove broken shim

This commit is contained in:
Greyscale 2022-05-18 08:28:29 +02:00
parent 33f15ec561
commit 21ef488075
No known key found for this signature in database
GPG key ID: EF017054C3E9CD59
2 changed files with 0 additions and 6 deletions

View file

@ -108,9 +108,6 @@ RUN apt-get -qq update && \
dos2unix -q /etc/service/*/run && \
# Make sure all our new services are executable
chmod +x /etc/service/*/run && \
# Insert shim for php-cli still running in this nginx container to run as www-data.
mv /conf/php-cli-user-shim.sh /usr/local/sbin/php-uid && \
chmod +x /usr/local/sbin/php-uid && \
# Cleanup the /conf dir
rm -R /conf && \
# Write the PHP version into some template locations

View file

@ -1,3 +0,0 @@
#!/bin/sh
sudo -u www-data /usr/bin/php "$*"
return $?