mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-10-31 02:10:05 +00:00 
			
		
		
		
	Replaced nextcloud-application by nextcloud container name
This commit is contained in:
		| @@ -31,7 +31,7 @@ if [ "$force_freeing" = true ]; then | ||||
|     echo "cleaning up docker" && | ||||
|     docker system prune -f || exit 3 | ||||
|  | ||||
|     nextcloud_application_container="nextcloud-application" | ||||
|     nextcloud_application_container="{{ applications | get_app_conf(application_id, 'docker.services.nextcloud.name', True) }}" | ||||
|     if [ "$(docker ps -a -q -f name=$nextcloud_application_container)" ] ; then | ||||
|       echo "cleaning up docker nextcloud" && | ||||
|       docker exec -it -u www-data $nextcloud_application_container /var/www/html/occ files:cleanup || exit 4 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user