Skip to content

Commit

Permalink
[change] Support new openwisp-config agent name
Browse files Browse the repository at this point in the history
  • Loading branch information
nemesifier committed Jun 5, 2024
1 parent bf909cc commit a4b5d42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openwisp_controller/connection/connectors/openwrt/ssh.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def update_config(self):
def exec_signal_reload(self):
self.exec_command(
(
'OW_CONFIG_PID=$(ps | grep "openwisp_config" | '
'OW_CONFIG_PID=$(ps | grep openwisp | grep config | '
'grep -v "grep" | awk \'{print $1}\'); '
'kill -SIGUSR1 $OW_CONFIG_PID'
)
Expand Down

0 comments on commit a4b5d42

Please sign in to comment.