diff --git a/_layouts/default.html b/_layouts/default.html index 652bc3a..7e7fa85 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -354,8 +354,8 @@ button { var output_update = document.getElementById("output-update"); var checkboxes = document.getElementsByClassName("checkboxes") - var install_script = "export WHW_PWD=`PWD`; " + `cd ${youpath}; ` - var update_scirpt = "whw-update(){ export WHW_PWD=`PWD`; echo 'Starting whw-update !'; " + `cd ${youpath}; ` + var install_script = "export WHW_PWD=$PWD; " + `cd ${youpath}; ` + var update_scirpt = "whw-update(){ export WHW_PWD=$PWD; echo 'Starting whw-update !'; " + `cd ${youpath}; ` for (const [key, value] of Object.entries(checkboxes)) {