You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On a system where the db has already been created, but is not started (ie after first initialisation and a restart of the system), launching msfconsole restarts the initialisation process, asking if we want to create a new db.
in start_db() function, $SCRIPTDIR/msfdb init should be replaced by $SCRIPTDIR/msfdb start.
The text was updated successfully, but these errors were encountered:
On a system where the db has already been created, but is not started (ie after first initialisation and a restart of the system), launching msfconsole restarts the initialisation process, asking if we want to create a new db.
in start_db() function, $SCRIPTDIR/msfdb init should be replaced by $SCRIPTDIR/msfdb start.
The text was updated successfully, but these errors were encountered: