diff options
Diffstat (limited to 'src/ninjahelper.in')
| -rwxr-xr-x | src/ninjahelper.in | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/src/ninjahelper.in b/src/ninjahelper.in index 0d7050c..cf24e7b 100755 --- a/src/ninjahelper.in +++ b/src/ninjahelper.in @@ -58,8 +58,10 @@ require_packages() {  ## menu for the wizards  ##  donew() { +  # reset some variables    unset host_or_vservers    unset vservers_chooser_vsnames +  # menu    listBegin "new action menu" "select an action to create"    listItem return "return to main menu"    for data in $HELPERS; do | 
