mirror of
				https://gitlab.alpinelinux.org/alpine/aports.git
				synced 2025-10-31 16:31:40 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			143 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			143 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
| #!/bin/sh
 | |
| 
 | |
| addgroup -S fileshelter 2>/dev/null
 | |
| adduser -S -D -H -s /sbin/nologin -G fileshelter -g fileshelter fileshelter 2>/dev/null
 | |
| 
 | |
| exit 0
 |