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