Skip to content

Commit 26d8041

Browse files
committed
update path proxy script
1 parent 3119cf1 commit 26d8041

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/students/students_functions.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ function createVM($VMname, $sshPublicKey) {
305305
modifyVariablesFile($filePath, $cloneID, $sshPublicKey, $userName, $vmID, $VMname);
306306
executeTofuCommands($filePath, $folderPath);
307307

308-
$pathScript = "../../proxy/script.sh";
308+
$pathScript = "/opt/EDEN/proxy/script.sh";
309309
$ip = getIPfromID($vmID);
310310
$port = getPortfromID($vmID);
311311

0 commit comments

Comments
 (0)