Skip to content

Commit

Permalink
opensipsdbctl: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ovidiusas committed Nov 16, 2016
1 parent 3643748 commit fb85c5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/opensipsdbctl
Expand Up @@ -220,7 +220,7 @@ opensips_pframework_create() #pars: none
fi


oet_answer $INSTALL_EXTRA_TABLES "Add provisionning framework for extra tables? (y/n): "
get_answer $INSTALL_EXTRA_TABLES "Add provisionning framework for extra tables? (y/n): "
if [ "$ANSWER" = "y" ]; then
PI_MODULES="$PI_MODULES $EXTRA_MODULES"
fi
Expand Down

0 comments on commit fb85c5a

Please sign in to comment.