From 9449b19e059f1f0baa571c8e4f9427420ab016e7 Mon Sep 17 00:00:00 2001 From: Ari Archer Date: Sat, 9 Oct 2021 04:14:53 +0300 Subject: [PATCH] update @ Sat 9 Oct 04:14:53 EEST 2021 --- content/js/shell/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/js/shell/index.js b/content/js/shell/index.js index 92077a0..58ec4f2 100644 --- a/content/js/shell/index.js +++ b/content/js/shell/index.js @@ -21,7 +21,7 @@ function main() { cmd_output.innerHTML = `'${command}' can only be ran as root. see help su` } else { cmd_output.innerHTML = commands[command]['func'](argv); - } + } } else { cmd_output.innerText = `${command}: command not found` }