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

This commit is contained in:
Ludovic Poujol 2020-04-08 18:12:50 +02:00
parent 4720329084
commit 6cf62aec11
1 changed files with 1 additions and 1 deletions

View File

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