planetscale / vitess-releases

Vitess releases
Apache License 2.0
30 stars 6 forks source link

Directory Map incorrect after install_latest.sh is run #14

Open schneiderdba opened 5 years ago

schneiderdba commented 5 years ago

After running the install_latest.sh I found that the /home/vitess/vitess directory was created; however, it looks like the README.md file is not in the expected location. Please NOTE that I added -x to the top of the script, thus the verbose output below:

`$ ./install_latest.sh

$ cd /home/vitess/vitess $ cat README.md cat: README.md: No such file or directory

$ cd /home/vitess/vitess $ ll total 8 drwxrwxr-x 2 vitess vitess 4096 Aug 26 17:21 ./ drwxr-xr-x 11 vitess vitess 4096 Aug 26 17:19 ../ lrwxrwxrwx 1 vitess vitess 35 Aug 26 17:21 vitess-release-b5207f0 -> /home/vitess/vitess-release-b5207f0/`

schneiderdba commented 5 years ago

I think the following is what is expected:

ln -s /home/vitess/vitess-release-b5207f0/ /home/vitess/vitess