(fix) packweb-apache : phpContainer can be run by anyone, set the chmod accordingly to 0755
Some checks failed
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is failing

This commit is contained in:
Ludovic Poujol 2020-04-08 18:12:50 +02:00
parent 4720329084
commit 6cf62aec11

View file

@ -13,7 +13,7 @@
copy:
src: phpContainer
dest: /usr/local/bin/phpContainer
mode: 0700
mode: 0755
# - name: Copy php shim to call phpContainer when the user is a web user
# copy: