summaryrefslogtreecommitdiffstats
path: root/etherpad
diff options
context:
space:
mode:
authorJeff Mitchell <etherpad@jefferai.org>2010-04-07 18:15:32 -0400
committerJeff Mitchell <etherpad@jefferai.org>2010-04-07 18:15:32 -0400
commit34548937f88041cb1eef6aefe378543cb051102e (patch)
tree33e3e21bf898529cfaa09fe3aadf633ea9e3a497 /etherpad
parent2cbc8b55729ccf17fc7b733f36547f1a6ccf71b7 (diff)
downloadetherpad-34548937f88041cb1eef6aefe378543cb051102e.tar.gz
etherpad-34548937f88041cb1eef6aefe378543cb051102e.tar.bz2
etherpad-34548937f88041cb1eef6aefe378543cb051102e.zip
You need to have the root mysql password -- so there is really no need to also be the root user.
Diffstat (limited to 'etherpad')
-rwxr-xr-xetherpad/bin/setup-mysql-db.sh5
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}..."