mirror of
				https://github.com/Telecominfraproject/wlan-ap.git
				synced 2025-10-31 18:38:10 +00:00 
			
		
		
		
	rtty: there was an error in the operationalpem passed to the client
Signed-off-by: John Crispin <john@phrozen.org>
This commit is contained in:
		| @@ -51,7 +51,7 @@ start_rtty() { | |||||||
| 	procd_set_param command $BIN -h $host -I "$id" -a | 	procd_set_param command $BIN -h $host -I "$id" -a | ||||||
| 	[ -n "$port" ] && procd_append_param command -p "$port" | 	[ -n "$port" ] && procd_append_param command -p "$port" | ||||||
| 	[ -n "$description" ] && procd_append_param command -d "$description" | 	[ -n "$description" ] && procd_append_param command -d "$description" | ||||||
| 	[ "$ssl" = "1" ] && procd_append_param command -s -c /etc/ucentral/opertional.pem -k /etc/ucentral/key.pem | 	[ "$ssl" = "1" ] && procd_append_param command -s -c /etc/ucentral/operational.pem -k /etc/ucentral/key.pem | ||||||
| 	[ -n "$token" ] && procd_append_param command -t "$token" | 	[ -n "$token" ] && procd_append_param command -t "$token" | ||||||
| 	[ "$verbose" = "1" ] && procd_append_param command -v | 	[ "$verbose" = "1" ] && procd_append_param command -v | ||||||
| 	[ "$timeout" -eq "0" ] || procd_append_param command -e $timeout | 	[ "$timeout" -eq "0" ] || procd_append_param command -e $timeout | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 John Crispin
					John Crispin