From dad8303aa3ee69896b3888490160be658356cd18 Mon Sep 17 00:00:00 2001 From: openoms Date: Tue, 10 Sep 2019 17:20:03 +0100 Subject: [PATCH] fix spaces --- BTCPayServer/btcpay_to_blitz.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BTCPayServer/btcpay_to_blitz.sh b/BTCPayServer/btcpay_to_blitz.sh index 7356750..50f6ea8 100644 --- a/BTCPayServer/btcpay_to_blitz.sh +++ b/BTCPayServer/btcpay_to_blitz.sh @@ -9,7 +9,7 @@ file="/etc/nginx/nginx.conf" if [ -f "$file" ] then - echo "$file found." + echo "$file found." echo "There is an existing Nginx configuration which is likely to fail if the setup continues" echo "Press CRTL+C to abort or any key to continue" read key @@ -30,7 +30,7 @@ echo "***" echo "Type the PASSWORD B of your RaspiBlitz followed by [ENTER] for the nbxplorer:" read PASSWORD_B -# cleanup possible residual files from previus installs +# cleanup possible residual files from previous installs sudo rm /home/admin/.nbxplorer/Main/settings.config sudo rm /etc/systemd/system/nbxplorer.service