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`
}