Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Fix broken symlink of mongodb #2394

Merged
merged 1 commit into from Apr 17, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions scripts/eosio_build_amazon.sh
Expand Up @@ -115,7 +115,7 @@
fi
tar xf cmake-3.10.2.tar.gz
rm -f cmake-3.10.2.tar.gz
ln -s cmake-3.10.2/ cmake
ln -s ${HOME}/opt/cmake-3.10.2/ cmake
cd cmake
./bootstrap
if [ $? -ne 0 ]; then
Expand Down Expand Up @@ -184,7 +184,7 @@
fi
tar xf mongodb-linux-x86_64-amazon-3.6.3.tgz
rm -f mongodb-linux-x86_64-amazon-3.6.3.tgz
ln -s ${HOME}/opt/mongodb-linux-x86_64-3.6.3/ mongodb
ln -s ${HOME}/opt/mongodb-linux-x86_64-amazon-3.6.3/ mongodb
mkdir ${HOME}/opt/mongodb/data
mkdir ${HOME}/opt/mongodb/log
touch ${HOME}/opt/mongodb/log/mongodb.log
Expand Down