Skip to content

Commit

Permalink
Update install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaboud authored Sep 13, 2019
1 parent 46416ce commit 62a3968
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ fi

echo "Building executable and copying to /usr/bin/ as cephfssyncd"

g++ -std=c++11 cephfssyncd.cpp -o /usr/bin/cephfssyncd
make
if [[ $? -ne 0 ]]; then
echo "Build failed. Make sure package 'gcc-c++' is installed and retry."
echo "Build failed. Make sure package 'gcc-c++' and boost libs are installed and retry."
exit 1
fi

Expand Down

0 comments on commit 62a3968

Please sign in to comment.