vtysh: fix config write

This commit is contained in:
David Lamparter 2016-11-10 13:59:54 +01:00
parent e68ab6bb0f
commit 9f1f8df328

View File

@ -419,6 +419,7 @@ main (int argc, char **argv, char **env)
if (writeconfig)
{
vtysh_execute ("enable");
return vtysh_write_config_integrated ();
}