Skip to content

Commit

Permalink
fix for ubuntu 14.04
Browse files Browse the repository at this point in the history
  • Loading branch information
gorkem-cetin committed Apr 27, 2014
1 parent 1b8676c commit a36229f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/countly.install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ apt-get -y install build-essential || (echo "Failed to install build-essential."
#configure and start nginx
cp /etc/nginx/sites-enabled/default $DIR/config/nginx.default.backup
cp $DIR/config/nginx.server.conf /etc/nginx/sites-enabled/default
/etc/init.d/nginx start
/etc/init.d/nginx restart

cp $DIR/../frontend/express/public/javascripts/countly/countly.config.sample.js $DIR/../frontend/express/public/javascripts/countly/countly.config.js

Expand Down

0 comments on commit a36229f

Please sign in to comment.