From aff928913087e1d36cb84cf46d46fc811d0f350c Mon Sep 17 00:00:00 2001 From: "Justin (shocknet)" Date: Tue, 23 Jul 2024 01:03:58 -0400 Subject: [PATCH] deploy --- scripts/install.sh | 4 ++-- scripts/start_services.sh | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/scripts/install.sh b/scripts/install.sh index a3213cc3..4aa9db8b 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -1,8 +1,8 @@ #!/bin/bash set -e -#BASE_URL="https://raw.githubusercontent.com/shocknet/Lightning.Pub/master/scripts/" -BASE_URL="https://bolt12.info/deploy" +BASE_URL="https://raw.githubusercontent.com/shocknet/Lightning.Pub/master/scripts/" + modules=( "utils" "check_homebrew" diff --git a/scripts/start_services.sh b/scripts/start_services.sh index 871f9ac8..ba42e46a 100755 --- a/scripts/start_services.sh +++ b/scripts/start_services.sh @@ -4,8 +4,6 @@ start_services() { LND_UPGRADE=$1 PUB_UPGRADE=$2 - log "Entered start_services with LND_UPGRADE=$LND_UPGRADE and PUB_UPGRADE=$PUB_UPGRADE" - if [ "$EUID" -eq 0 ]; then USER_HOME=$(getent passwd ${SUDO_USER} | cut -d: -f6) USER_NAME=$SUDO_USER