z3ndrag0n / forensicator-fate

Bringing DevOps to Forensics
Apache License 2.0
34 stars 6 forks source link

Starting the installer script as the wrong user will fail (horribly) #1

Closed z3ndrag0n closed 10 years ago

z3ndrag0n commented 10 years ago

There is a cd ~ in install-jenkins.sh. Should probably fix this anyway, but if we expects to run as sansforensics and were started as root, su to sansforensics. If we're started as any other user, call it out and exit.

z3ndrag0n commented 10 years ago

Fixed, as above.