Update UPDATE.txt

solved an issue I had with "This account is currently not available."

Guess we can also change that in install guide
pull/1063/head
Alexander J 2016-04-07 15:03:43 +02:00
parent bb372c5f7e
commit 6edc3dc747
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ chown -R www-data:www-data /var/www/MISP
# 6. Restart the CakeResque workers
su www-data -c 'bash /var/www/MISP/app/Console/worker/start.sh'
su - www-data -s /bin/bash -c 'bash /var/www/MISP/app/Console/worker/start.sh'
# You can also do this using the MISP application by navigating to the workers tab in the server settings and clicking on the "Restart all workers" button.