Update default.html

This commit is contained in:
HAHWUL 2020-10-27 01:02:17 +09:00 committed by GitHub
parent 8273ba6b8b
commit f4f5771aa7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)) {