2
									
								
								ssm
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								ssm
									
									
									
									
									
								
							| @@ -647,7 +647,7 @@ fi | |||||||
|  |  | ||||||
| # Let's see if there's a PID | # Let's see if there's a PID | ||||||
| if [[ -f "$service_pidfile" ]]; then | if [[ -f "$service_pidfile" ]]; then | ||||||
| 	service_pid = "$(<$service_pidfile)" | 	read -r service_pid < "$service_pidfile" | ||||||
|  |  | ||||||
| 	# Let's see if it's running | 	# Let's see if it's running | ||||||
| 	if nullexec kill -0 "$service_pid"; then | 	if nullexec kill -0 "$service_pid"; then | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user