diff --git a/setup.bash b/setup.bash index 94eb5276049dc498685fc17a74f880cc2b42dc3f..eb0c3c2a75e4b8bee937c87ec8400ca999ed0c5e 100644 --- a/setup.bash +++ b/setup.bash @@ -4,5 +4,5 @@ yum install httpd -y service httpd start chkconfig httpd on -wget https://gitlab.surrey.ac.uk/js03432/cloud-computing-cw/-/blob/main/val_sim.py-P /var/www/cgi-bin +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