bootstrap.sh: allow explicit overwriting the current installation profile
authorAntonio Ospite <ao2@ao2.it>
Thu, 26 Oct 2017 13:50:21 +0000 (15:50 +0200)
committerAntonio Ospite <ao2@ao2.it>
Thu, 26 Oct 2017 13:50:21 +0000 (15:50 +0200)
commitcff72c7a42f6f2c661a6b18b6cf5dc5afc61f16e
tree4a5751004ba56b69d3ff443c477fa87b4982f889
parentb8bbab54a242d5c298ab896529dcd3f66176cd3d
bootstrap.sh: allow explicit overwriting the current installation profile

Also, if the user attempts to install a profile which is already there,
now the scripts exits instead of just printing a message and carrying
on.

The previous lazy behavior could result in some confusion if the user
didn't see the message, because any different settings in the specified
profile would not be picked up, as the previous profile already in
web/profiles/ would be used.
libexec/bootstrap.sh