diff --git a/scripts/startup.sh b/scripts/startup.sh index 13d2afc..07b1359 100644 --- a/scripts/startup.sh +++ b/scripts/startup.sh @@ -1,3 +1,4 @@ #!/bin/bash sudo apt-get update sudo apt-get install -y nginx +echo "Hello from" $HOSTNAME >> /var/www/html/index.html \ No newline at end of file