This commit is contained in:
Bob Mottram 2016-04-21 14:16:15 +01:00
parent 6a4c2208f5
commit 33342b9789
1 changed files with 172 additions and 172 deletions

View File

@ -1966,9 +1966,9 @@ function interactive_configuration {
if [ -f temp.cfg ]; then
shred -zu temp.cfg
fi
}
}
function show_result {
function show_result {
#clear
echo ''
echo -n $"Configuration filename:"
@ -1978,9 +1978,9 @@ function interactive_configuration {
echo ''
cat $CONFIGURATION_FILE
echo ''
}
}
function read_configuration {
function read_configuration {
if [ ! $CONFIGURATION_FILE ]; then
CONFIGURATION_FILE='freedombone.cfg'
fi