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:
parent
7b35b6a014
commit
a3d3235d53
@ -1 +1 @@
|
|||||||
VERSION="2.0.8"
|
VERSION="2.0.9"
|
@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/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
|
# 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/*~
|
rm -f $DIR/*~
|
||||||
|
|
||||||
|
# Clear Terminal history
|
||||||
|
history -c
|
||||||
|
|
||||||
echo "Remove Fldigi suite logs and messages and personalized data" >> "$INIT_DONE_FILE"
|
echo "Remove Fldigi suite logs and messages and personalized data" >> "$INIT_DONE_FILE"
|
||||||
DIRS=".nbems .nbems-left .nbems-right"
|
DIRS=".nbems .nbems-left .nbems-right"
|
||||||
for D in $DIRS
|
for D in $DIRS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user