mirror of https://github.com/MISP/misp-vagrant
Create the first user then get the auth key.
parent
16441e0c21
commit
cd389582ba
|
@ -315,6 +315,7 @@ systemctl restart apache2 > /dev/null 2>&1
|
|||
sleep 5
|
||||
|
||||
echo -e "\n--- Updating the galaxies... ---\n"
|
||||
sudo -E $PATH_TO_MISP/app/Console/cake userInit -q > /dev/null
|
||||
AUTH_KEY=$(mysql -u $DBUSER_MISP -p$DBPASSWORD_MISP misp -e "SELECT authkey FROM users;" | tail -1)
|
||||
curl -k -X POST -H "Authorization: $AUTH_KEY" -H "Accept: application/xml" -v http://127.0.0.1/galaxies/update > /dev/null
|
||||
|
||||
|
|
Loading…
Reference in New Issue