We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6c2868 commit 5f65358Copy full SHA for 5f65358
scripts/auto_smanager_watcher.sh
@@ -2,7 +2,7 @@
2
3
source /opt/crust/crust-node/scripts/utils.sh
4
5
-local upgrade_pid=$(ps -ef | grep "/opt/crust/crust-node/scripts/auto_smanager.sh" | grep -v grep | awk '{print $2}')
+upgrade_pid=$(ps -ef | grep "/opt/crust/crust-node/scripts/auto_smanager.sh" | grep -v grep | awk '{print $2}')
6
if [ x"$upgrade_pid" = x"" ]; then
7
log_info "[WARN] auto_smanager.sh script is not running! Run it now"
8
0 commit comments