Commit 0e1d60c6 by Ned Batchelder

Don't check for vagrant user, that doesn't work on non-Vagrant installs

parent e17610a8
......@@ -64,14 +64,8 @@ confirm_proceed () {
}
# Check we are in the right place, and have the info we need.
if [[ "`whoami`" != "vagrant" ]]; then
echo "Run this from the vagrant account in your Open edX machine."
exit 1
fi
if [[ ! -d /edx/app/edxapp ]]; then
echo "Run this from the vagrant account in your Open edX machine."
echo "Run this on your Open edX machine."
exit 1
fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment