1
0
mirror of https://github.com/AG7GN/nexus-utilities.git synced 2025-05-17 23:20:08 -07:00

Added history -c

This commit is contained in:
Steve Magnuson 2020-02-08 15:21:44 -08:00
parent 7b35b6a014
commit a3d3235d53
2 changed files with 5 additions and 2 deletions

View File

@ -1 +1 @@
VERSION="2.0.8"
VERSION="2.0.9"

View File

@ -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