From a3d3235d53f3b7f48be7418857640d2625b71898 Mon Sep 17 00:00:00 2001 From: Steve Magnuson Date: Sat, 8 Feb 2020 15:21:44 -0800 Subject: [PATCH] Added history -c --- hampi-utilities.version | 2 +- initialize-pi.sh | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/hampi-utilities.version b/hampi-utilities.version index 2b32bee..323f466 100644 --- a/hampi-utilities.version +++ b/hampi-utilities.version @@ -1 +1 @@ -VERSION="2.0.8" \ No newline at end of file +VERSION="2.0.9" \ No newline at end of file diff --git a/initialize-pi.sh b/initialize-pi.sh index bf5a483..cb7b7f6 100755 --- a/initialize-pi.sh +++ b/initialize-pi.sh @@ -1,6 +1,6 @@ #!/bin/bash -VERSION="1.15.2" +VERSION="1.15.3" # # Script to generate new VNC server and SSH server keys at boot time if a certain @@ -51,6 +51,9 @@ rm -f $DIR/.ssh/*~ rm -f $DIR/*~ +# Clear Terminal history +history -c + echo "Remove Fldigi suite logs and messages and personalized data" >> "$INIT_DONE_FILE" DIRS=".nbems .nbems-left .nbems-right" for D in $DIRS