Bugzilla – Bug 7041
bin/install should warn if user is root
Last modified: 2010-07-01 15:32:15
You need to log in before you can comment on or make changes to this bug.
or fail?
Added root check to bin/install. If one really wants to install as root, they can edit this script and flip the ALLOW_ROOT_INSTALL variable. http://github.com/nimbusproject/nimbus/commit/8cb5a4f56a4b7908cbe71afabbcf49996cad8c86
A comment related to this way of changing the behavior of the install script: I think it would be better if it was using environment variables instead of having to edit the script.
Alright, made change http://github.com/nimbusproject/nimbus/commit/33ae1481f7bd39b13537f36352eac6f8034708a5
Note that this is ./install now, not ./bin/install