Restores a /bin/sh wrapper #10
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -134,7 +134,7 @@ | |||
| - name: "docker-compose: Set overwriteprotocol using occ" | ||||
|   shell: | ||||
|     chdir: /home/{{ docker_user }}/nextcloud/ | ||||
|     cmd: docker-compose exec -T -u www-data nextcloud-app ./occ config:system:set overwriteprotocol --value="{{ nextcloud_overwrite_protocol }}" | ||||
|     cmd: docker-compose exec -T -u www-data nextcloud-app /bin/sh -c './occ config:system:set overwriteprotocol --value="{{ nextcloud_overwrite_protocol }}"' | ||||
| 
 | ||||
| - name: "docker-compose: Set overwrite.cli.url using occ" | ||||
|   shell: | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue