commit | 593f2bd8afb67661ab1d399c7d7d3d436e8ebac4 | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Mon Apr 26 13:31:45 2021 -0700 |
committer | William A. Kennington III <wak@google.com> | Thu Apr 29 00:37:02 2021 +0000 |
tree | 5d95334190a80d0b48d03acf378bbedce98e8341 | |
parent | 527fb966b7805fe41533477bc83339554ae45777 [diff] [blame] |
meta-google: gbmc-ip-monitor: Fix missing variable Change-Id: I3cc51f3d5885e983ca6f901c103eec4e64c9943c Signed-off-by: William A. Kennington III <wak@google.com>
diff --git a/meta-google/recipes-google/networking/files/gbmc-ip-monitor.sh b/meta-google/recipes-google/networking/files/gbmc-ip-monitor.sh index baeff9a..e64c867 100755 --- a/meta-google/recipes-google/networking/files/gbmc-ip-monitor.sh +++ b/meta-google/recipes-google/networking/files/gbmc-ip-monitor.sh
@@ -114,7 +114,7 @@ return 0 2>/dev/null while read line; do - gbmc_ip_monitor_parse_line || continue + gbmc_ip_monitor_parse_line "$line" || continue gbmc_ip_monitor_run_hooks || continue if [ "$change" = 'init' ]; then systemd-notify --ready