Avoid echo options

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep
2016-12-28 11:09:08 -08:00
parent 65bf33bcf3
commit 5174fe0161
17 changed files with 50 additions and 89 deletions

View File

@@ -1229,7 +1229,7 @@ safe_commands() {
if run_it ${VARDIR}/.$command $g_debugging $command; then
echo -n "Do you want to accept the new firewall configuration? [y/n] "
printf "Do you want to accept the new firewall configuration? [y/n] "
if read_yesno_with_timeout $timeout ; then
echo "New configuration has been accepted"