Realpath isn't used anymore.

This commit is contained in:
jgen 2014-02-22 23:36:08 -05:00
parent cf35bf82a8
commit e2fa6d316e

View file

@ -11,7 +11,7 @@
set -e
# Install the necessary packages
sudo apt-get install -y nginx php5-fpm php5-mysql php5-pgsql realpath --fix-missing
sudo apt-get install -y nginx php5-fpm php5-mysql php5-pgsql --fix-missing
# Stop the daemons
sudo service nginx stop