mirror of
				https://github.com/kerberos-io/openalpr-base.git
				synced 2025-10-30 15:06:23 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			156 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			156 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
| #!/bin/bash
 | |
| set -e
 | |
| 
 | |
| # Source debconf library.
 | |
| . /usr/share/debconf/confmodule
 | |
| 
 | |
| 
 | |
| chown openalpr:openalpr /var/lib/openalpr/plateimages
 | |
| 
 | |
| #DEBHELPER#
 | |
| 
 | |
| db_stop
 | 
