10 lines
		
	
	
	
		
			245 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
	
		
			245 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
| #!/bin/bash
 | |
| 
 | |
| # post-merge hook für Debian um tinc zu reloaden
 | |
| #
 | |
| # 1. nach .git/hooks kopieren
 | |
| # 2. git pull -q ausführen zum testen
 | |
| # 3. cronjob erstellen, der git pull -q im richtigen
 | |
| #    Verzeichnis ausführt
 | |
| 
 | |
| /etc/init.d/tinc reload icvpn
 | 
