| #!/bin/bash |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| function help_checkEntry { |
| |
| |
| if [[ ! -f $ENTRY ]];then |
| |
| cli_printMessage "`gettext "The following documentation section will be created:"`" |
| cli_printMessage "$ENTRY" "AsResponseLine" |
| cli_printMessage "`gettext "Do you want to continue?"`" "AsYesOrNoRequestLine" |
| |
| help_createEntry |
| |
| fi |
| |
| } |