Skip to content

Commit

Permalink
Merge pull request #523 from svyandun/fix-mongo-script-typo
Browse files Browse the repository at this point in the history
Fix typo in mongo script
  • Loading branch information
fideloper committed Nov 11, 2015
2 parents 382eb6d + 4afca3c commit 7925ef3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/mongodb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ if [ $PHP_IS_INSTALLED -eq 0 ]; then
# install dependencies
sudo apt-get -y install php-pear php5-dev

# install php extencion
# install php extension
echo "no" > answers.txt
sudo pecl install mongo < answers.txt
rm answers.txt

# add extencion file and restart service
# add extension file and restart service
echo 'extension=mongo.so' | sudo tee /etc/php5/mods-available/mongo.ini

ln -s /etc/php5/mods-available/mongo.ini /etc/php5/fpm/conf.d/mongo.ini
Expand Down

0 comments on commit 7925ef3

Please sign in to comment.