rpcd: remove file when applied
Make sure exit value of this script is zero. Or the file won't be deleted. Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
This commit is contained in:
		 Huangbin Zhan
					Huangbin Zhan
				
			
				
					committed by
					
						 Petr Štetiar
						Petr Štetiar
					
				
			
			
				
	
			
			
			 Petr Štetiar
						Petr Štetiar
					
				
			
						parent
						
							8d7a6d48eb
						
					
				
				
					commit
					86917e4979
				
			| @@ -8,7 +8,7 @@ | ||||
| include $(TOPDIR)/rules.mk | ||||
|  | ||||
| PKG_NAME:=rpcd | ||||
| PKG_RELEASE:=2 | ||||
| PKG_RELEASE:=3 | ||||
|  | ||||
| PKG_SOURCE_PROTO:=git | ||||
| PKG_SOURCE_URL=$(PROJECT_GIT)/project/rpcd.git | ||||
|   | ||||
| @@ -1,6 +1,8 @@ | ||||
| #!/bin/sh | ||||
|  | ||||
| [ "$(uci get rpcd.@rpcd[0].socket)" = "/var/run/ubus.sock" ] && { | ||||
| 	uci set rpcd.@rpcd[0].socket='/var/run/ubus/ubus.sock' | ||||
| 	uci commit rpcd | ||||
| } | ||||
| [ "$(uci get rpcd.@rpcd[0].socket)" = "/var/run/ubus.sock" ] || exit 0 | ||||
|  | ||||
| uci set rpcd.@rpcd[0].socket='/var/run/ubus/ubus.sock' | ||||
| uci commit rpcd | ||||
|  | ||||
| exit 0 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user