Browse Source

Updated install script

bugfixes
gau1991 10 years ago
parent
commit
b957caf1cc
  1. 6
      install

6
install

@ -299,6 +299,12 @@ function ee_update_latest()
fi
fi
fi
# Fix HHVM autostart on reboot
dpkg -l | grep hhvm &>> /dev/null
if [ $? -eq 0 ]; then
sudo update-rc.d hhvm defaults &>> /dev/null
fi
}
# Do git intialisation

Loading…
Cancel
Save