diff --git a/deploy.sh b/deploy.sh index e0608227..7c5eea54 100755 --- a/deploy.sh +++ b/deploy.sh @@ -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