mirror of
https://github.com/AG7GN/nexus-utilities.git
synced 2025-05-15 22:20:09 -07:00
Bump version
This commit is contained in:
parent
184421dc4b
commit
4ad8ef4b95
@ -1 +1 @@
|
||||
VERSION="1.8.0"
|
||||
VERSION="1.8.1"
|
@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
VERSION="1.15.0"
|
||||
VERSION="1.15.2"
|
||||
|
||||
#
|
||||
# Script to generate new VNC server and SSH server keys at boot time if a certain
|
||||
@ -51,7 +51,7 @@ rm -f $DIR/.ssh/*~
|
||||
|
||||
rm -f $DIR/*~
|
||||
|
||||
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"
|
||||
for D in $DIRS
|
||||
do
|
||||
@ -136,6 +136,9 @@ do
|
||||
rm -f ${DIR}/${D}/*~
|
||||
done
|
||||
|
||||
echo "Restore defaults for tnc-*.conf files" >> "$INIT_DONE_FILE"
|
||||
sed -i 's/^MYCALL=.*/MYCALL=\"N0ONE-10\"/' $(ls $DIR/tnc-*.conf)
|
||||
|
||||
# Restore defaults for rmsgw
|
||||
|
||||
echo "Restore defaults for RMS Gateway" >> "$INIT_DONE_FILE"
|
||||
|
Loading…
x
Reference in New Issue
Block a user