From 0906aeeb41179537a539ad62639f052f0a4b93a2 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 17:00:17 +0000 Subject: [PATCH] Update setup.bash --- setup.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.bash b/setup.bash index 94eb527..eb0c3c2 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 -- GitLab