Skip to content

Commit

Permalink
Update deploy.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
joerg-lehmann authored Oct 27, 2023
1 parent a83e9aa commit d57c758
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,10 @@ grep luga-dummy /etc/hosts >/dev/null || \
sudo service apache2 restart
# "restart" statt "reload" wegen der Modulaktivierung oben

cat /var/log/apache2/*

# Damit Apache auf $root/html zugreifen kann
if [ "$TRAVIS" = "true" ]; then
#if [ "$TRAVIS" = "true" ]; then
chmod o+rx $HOME
fi
#fi

curl -sLf http://luga-dummy/ >/dev/null || {
echo "The website is supposed to be accessible at http://luga-dummy/," >&2
Expand Down

0 comments on commit d57c758

Please sign in to comment.