Skip to content

Commit 5f65358

Browse files
committed
Fix a syntax error
1 parent e6c2868 commit 5f65358

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/auto_smanager_watcher.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
source /opt/crust/crust-node/scripts/utils.sh
44

5-
local upgrade_pid=$(ps -ef | grep "/opt/crust/crust-node/scripts/auto_smanager.sh" | grep -v grep | awk '{print $2}')
5+
upgrade_pid=$(ps -ef | grep "/opt/crust/crust-node/scripts/auto_smanager.sh" | grep -v grep | awk '{print $2}')
66
if [ x"$upgrade_pid" = x"" ]; then
77
log_info "[WARN] auto_smanager.sh script is not running! Run it now"
88

0 commit comments

Comments
 (0)