From 6e085abfecea012b1b86b4e86255bf4b7e16bb25 Mon Sep 17 00:00:00 2001 From: "Sivaramalingam, Janani (PG/T - Comp Sci & Elec Eng)" <js03432@surrey.ac.uk> Date: Sat, 10 Aug 2024 16:59:41 +0000 Subject: [PATCH] Added the right file path --- setup.bash | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/setup.bash b/setup.bash index 7a85aea..94eb527 100644 --- a/setup.bash +++ b/setup.bash @@ -1,15 +1,8 @@ #!/bin/bash yum update -y -yum install cowsay java-1.8.0-openjdk* -y yum install httpd -y service httpd start chkconfig httpd on -# next, add the extra disk space -mkfs -t ext4 /dev/xvdf -mkdir /space -mount /dev/xvdf /space - - -wget https://XXXXX.appspot.com/cacheavoid/hello.py -P /var/www/cgi-bin -chmod +x /var/www/cgi-bin/hello.py +wget https://gitlab.surrey.ac.uk/js03432/cloud-computing-cw/-/blob/main/val_sim.py-P /var/www/cgi-bin +chmod +x /var/www/cgi-bin/val_sim.py -- GitLab