mirror of
https://git.ari.lt/ari.lt/ari.lt.git
synced 2025-02-04 17:49:24 +01:00
update @ Sat 9 Oct 04:14:53 EEST 2021
This commit is contained in:
parent
e6dc1c4fc5
commit
9449b19e05
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ function main() {
|
|||
cmd_output.innerHTML = `'${command}' can <i>only</i> be ran as <b>root</b>. see <b>help su</b>`
|
||||
} else {
|
||||
cmd_output.innerHTML = commands[command]['func'](argv);
|
||||
}
|
||||
}
|
||||
} else {
|
||||
cmd_output.innerText = `${command}: command not found`
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue