Update packages.sh (#9643)

check apache version before end
This commit is contained in:
satya 2020-07-24 16:45:33 +05:30 committed by GitHub
parent 44616d3bff
commit d029d95ba2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -3,3 +3,4 @@ sudo apt-get update
sudo apt-get install apache2 -y
sudo apt-get update
sudo service apache2 restart
sudo apache2 --version