Minor formatting fixes

pull/8/head
IMcPwn 2015-10-04 13:34:31 -04:00
parent cc3f65609d
commit 4168ba0607
1 changed files with 3 additions and 2 deletions

View File

@ -114,6 +114,7 @@ function start {
echo "Responder started and logs are being saved to /sshfs/Responder" echo "Responder started and logs are being saved to /sshfs/Responder"
else else
echo "SSHFS not running" echo "SSHFS not running"
exit 1
fi fi
;; ;;
tmp) tmp)
@ -203,11 +204,11 @@ function check_internet {
function log { function log {
dialog --ok-label "Submit" \ dialog --ok-label "Submit" \
--title "Responder Log Configuration" \ --title "Responder Log Configuration" \
--extra-button \ --extra-button \
--extra-label "View log" \ --extra-label "View log" \
--help-button \ --help-button \
--radiolist "\n\ --radiolist "\n\
The log files can be saved to SSHFS or tmp.\n" 16 60 3\ The log files can be saved to SSHFS or tmp.\n" 16 60 3\
1 "Save log to SSHFS if available." off\ 1 "Save log to SSHFS if available." off\
2 "Save log to /tmp" off\ 2 "Save log to /tmp" off\