From d63edeff0f108e1836e1d646fc6b38060a80e5ae Mon Sep 17 00:00:00 2001 From: "Justin (shocknet)" Date: Tue, 23 Jul 2024 02:24:54 -0400 Subject: [PATCH] deploy --- scripts/start_services.sh | 7 ------- 1 file changed, 7 deletions(-) diff --git a/scripts/start_services.sh b/scripts/start_services.sh index 24e93d32..f2abbd11 100755 --- a/scripts/start_services.sh +++ b/scripts/start_services.sh @@ -98,13 +98,6 @@ EOF" fi fi - log "Checking status of ${SECONDARY_COLOR}Lightning.Pub${RESET_COLOR} service..." - if sudo systemctl is-active lightning_pub >/dev/null 2>&1; then - log "Lightning.Pub is started" - else - log "Lightning.Pub is not started" - fi - else create_start_script log "systemctl not available. Created start.sh. Please use this script to start the services manually."