From 13935f522bfb782e1951e629f49292999ce38244 Mon Sep 17 00:00:00 2001 From: Sascha Affolter Date: Sun, 11 Nov 2018 10:05:52 +0100 Subject: [PATCH 1/8] Typo fix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit "öease" > "please" --- home.admin/50torrentHDD.bitcoin.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home.admin/50torrentHDD.bitcoin.sh b/home.admin/50torrentHDD.bitcoin.sh index a68622be4..9077731d7 100755 --- a/home.admin/50torrentHDD.bitcoin.sh +++ b/home.admin/50torrentHDD.bitcoin.sh @@ -223,7 +223,7 @@ targetPath2="${targetDir}/${updateTorrentFile}" echo "" echo "*** Moving Files ***" date +%s -echo "can take some minutes ... öease wait" +echo "can take some minutes... please wait" sudo mkdir /mnt/hdd/bitcoin 2>/dev/null sudo mv ${targetPath1}/* /mnt/hdd/bitcoin/ From 84d469ba55b60d57eea46d176643679a8f537d8a Mon Sep 17 00:00:00 2001 From: Sascha Affolter Date: Sun, 11 Nov 2018 10:38:34 +0100 Subject: [PATCH 2/8] Added missing linebreak in 70initLND.sh After "OK - chainnetwork is working" a linebreak was missing. --- home.admin/70initLND.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/home.admin/70initLND.sh b/home.admin/70initLND.sh index 0d449e705..d494497bd 100755 --- a/home.admin/70initLND.sh +++ b/home.admin/70initLND.sh @@ -50,6 +50,7 @@ while [ ${chainIsReady} -eq 0 ] echo "" else echo "OK - chainnetwork is working" + echo "" chainIsReady=1 break fi From e90e2a25039e56139cbc7af38c76c89835a29d6b Mon Sep 17 00:00:00 2001 From: Sascha Affolter Date: Sun, 11 Nov 2018 11:26:25 +0100 Subject: [PATCH 3/8] added linebreaks to "macaroon exists"-check --- home.admin/70initLND.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/home.admin/70initLND.sh b/home.admin/70initLND.sh index d494497bd..78f9e469c 100755 --- a/home.admin/70initLND.sh +++ b/home.admin/70initLND.sh @@ -190,8 +190,10 @@ if [ ${macaroonExists} -eq 0 ]; then sudo cp /home/bitcoin/.lnd/data/chain/${network}/${chain}net/admin.macaroon /home/admin/.lnd/data/chain/${network}/${chain}net sudo chown -R admin:admin /home/admin/.lnd/ echo "OK - LND Macaroons created" + echo "" else echo "OK - Macaroons are already copied" + echo "" fi ###### Unlock Wallet (if needed) From 0aa2d287a1d1d459515e8ce7b3b3f6e72e1a65d4 Mon Sep 17 00:00:00 2001 From: Sascha Affolter Date: Sun, 11 Nov 2018 12:53:50 +0100 Subject: [PATCH 4/8] remove some big packages not needed additions oracle-java* chromium-browser nuscratch scratch sonic-pi minecraft-pi python-pygame added for removal --- build.sdcard/raspbianStretchDesktop.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sdcard/raspbianStretchDesktop.sh b/build.sdcard/raspbianStretchDesktop.sh index dfaa6224e..122081da7 100644 --- a/build.sdcard/raspbianStretchDesktop.sh +++ b/build.sdcard/raspbianStretchDesktop.sh @@ -78,7 +78,7 @@ if [ "${baseImage}" = "raspbian" ]; then # set WIFI country so boot does not block sudo raspi-config nonint do_wifi_country US # extra: remove some big packages not needed - sudo apt-get remove -y --purge libreoffice* + sudo apt-get remove -y --purge libreoffice* oracle-java* chromium-browser nuscratch scratch sonic-pi minecraft-pi python-pygame sudo apt-get clean sudo apt-get -y autoremove fi @@ -419,4 +419,4 @@ git clone https://github.com/goodtft/LCD-show.git sudo chmod -R 755 LCD-show sudo chown -R admin:admin LCD-show cd LCD-show/ -sudo ./LCD35-show \ No newline at end of file +sudo ./LCD35-show From 31690f92f75a27e6daa14def94c2eb3bf6d9c4dd Mon Sep 17 00:00:00 2001 From: Sascha Affolter Date: Sun, 11 Nov 2018 13:42:46 +0100 Subject: [PATCH 5/8] Comment typo fix --- build.sdcard/raspbianStretchDesktop.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sdcard/raspbianStretchDesktop.sh b/build.sdcard/raspbianStretchDesktop.sh index 122081da7..660f8b382 100644 --- a/build.sdcard/raspbianStretchDesktop.sh +++ b/build.sdcard/raspbianStretchDesktop.sh @@ -28,7 +28,7 @@ if [ ${isARM} -eq 0 ]; then fi echo "OK running on Linux ARM architecture." -# keep in mind thet DietPi for Raspberry is also a stripped down Raspbian +# keep in mind that DietPi for Raspberry is also a stripped down Raspbian echo "Detect Base Image ..." baseImage="?" isDietPi=$(uname -n | grep -c 'DietPi') From 29a4e19ad42db038791941ca70196fac5665896e Mon Sep 17 00:00:00 2001 From: Sascha Affolter Date: Sun, 11 Nov 2018 14:02:13 +0100 Subject: [PATCH 6/8] Typo fix --- home.admin/XXscreenMonitor.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home.admin/XXscreenMonitor.sh b/home.admin/XXscreenMonitor.sh index 0d4602020..93a491cdc 100755 --- a/home.admin/XXscreenMonitor.sh +++ b/home.admin/XXscreenMonitor.sh @@ -123,7 +123,7 @@ if [ ${isRunning} -eq 1 ]; then echo "killing screen session PID(${sessionPID})" # kill all child processes of screen sceesion pkill -P ${sessionPID} - echo "proccesses klilled" + echo "processes killed" sleep 3 # tell the screen session to quit and wait a bit screen -S ${name} -X quit 1>/dev/null @@ -168,4 +168,4 @@ else # continue setup ./60finishHDD.sh -fi \ No newline at end of file +fi From 0d570e6c07a8472a61cb893a714ebb31fa2200f6 Mon Sep 17 00:00:00 2001 From: Sascha Affolter Date: Mon, 12 Nov 2018 21:13:21 +0100 Subject: [PATCH 7/8] Update 00infoLCD.sh --- home.admin/00infoLCD.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home.admin/00infoLCD.sh b/home.admin/00infoLCD.sh index a6674eb9e..1aec46348 100755 --- a/home.admin/00infoLCD.sh +++ b/home.admin/00infoLCD.sh @@ -137,7 +137,7 @@ while : if [ ${#clienterror} -gt 0 ]; then l1="Waiting for ${network}d to get ready.\n" l2="---> Starting Up\n" - l3="Can take longer if devcie was off." + l3="Can take longer if device was off." isVerifying=$(echo "${clienterror}" | grep -c 'Verifying blocks') if [ ${isVerifying} -gt 0 ]; then l2="---> Verifying Blocks\n" From 7ada148c4cc8c29957ab51c8df1b67c3cd02c79d Mon Sep 17 00:00:00 2001 From: Sascha Affolter Date: Mon, 12 Nov 2018 21:13:34 +0100 Subject: [PATCH 8/8] Update 00mainMenu.sh --- home.admin/00mainMenu.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home.admin/00mainMenu.sh b/home.admin/00mainMenu.sh index 7a3b24135..134cb42af 100755 --- a/home.admin/00mainMenu.sh +++ b/home.admin/00mainMenu.sh @@ -41,7 +41,7 @@ waitUntilChainNetworkIsReady() if [ ${#clienterror} -gt 0 ]; then l1="Waiting for ${network}d to get ready.\n" l2="---> Starting Up\n" - l3="Can take longer if devcie was off." + l3="Can take longer if device was off." isVerifying=$(echo "${clienterror}" | grep -c 'Verifying blocks') if [ ${isVerifying} -gt 0 ]; then l2="---> Verifying Blocks\n" @@ -285,4 +285,4 @@ case $CHOICE in ./AAunlockLND.sh ./00mainMenu.sh ;; -esac \ No newline at end of file +esac