Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
configuration
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
configuration
Commits
0e1d60c6
Commit
0e1d60c6
authored
Jan 28, 2016
by
Ned Batchelder
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Don't check for vagrant user, that doesn't work on non-Vagrant installs
parent
e17610a8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
7 deletions
+1
-7
util/vagrant/migrate.sh
+1
-7
No files found.
util/vagrant/migrate.sh
View file @
0e1d60c6
...
...
@@ -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 i
n your Open edX machine."
echo
"Run this
o
n your Open edX machine."
exit
1
fi
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment