Not not initialize bootsnap when running as root
Fixes the bootsnap cache not being readable and writeable by the huginn
user afterwards.
In situations where during the manual installation upgrade process `sudo
bundle exec rake:production:*` was run before running a rake task as the
huginn user the bootsnap cache directory was propagated by the root user
which then causes exceptions when running any command as the huginn
user.
#2315