diff options
author | Jeff Mitchell <etherpad@jefferai.org> | 2010-04-07 18:15:32 -0400 |
---|---|---|
committer | Jeff Mitchell <etherpad@jefferai.org> | 2010-04-07 18:15:32 -0400 |
commit | 34548937f88041cb1eef6aefe378543cb051102e (patch) | |
tree | 33e3e21bf898529cfaa09fe3aadf633ea9e3a497 | |
parent | 2cbc8b55729ccf17fc7b733f36547f1a6ccf71b7 (diff) | |
download | etherpad-34548937f88041cb1eef6aefe378543cb051102e.tar.gz etherpad-34548937f88041cb1eef6aefe378543cb051102e.tar.xz etherpad-34548937f88041cb1eef6aefe378543cb051102e.zip |
You need to have the root mysql password -- so there is really no need to also be the root user.
-rwxr-xr-x | etherpad/bin/setup-mysql-db.sh | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/etherpad/bin/setup-mysql-db.sh b/etherpad/bin/setup-mysql-db.sh index d823a9e..754e089 100755 --- a/etherpad/bin/setup-mysql-db.sh +++ b/etherpad/bin/setup-mysql-db.sh @@ -14,11 +14,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -if [ `whoami` != "root" ]; then - echo "Must run as root, i.e., sudo $0" - exit 1 -fi - db="etherpad" echo "Creating etherpad ${db}..." |