minor changes

This commit is contained in:
Derek Macias
2015-12-21 02:37:56 -07:00
parent 6325b3f7c8
commit 56ec015466
3 changed files with 20 additions and 3 deletions

View File

@ -1,4 +1,4 @@
Icon="shellinabox.png"
Icon="shellinabox-plugin.png"
Menu="NetworkServices"
Title="Command Line"
---
@ -60,6 +60,7 @@ function checkRUNNING(form) {
}
else
$(".stopped").prop("disabled", (form.SERVICE.value == "enable"));
if (form.SERVICE.value == "enable")
form.command.value = "/usr/local/emhttp/plugins/shellinabox-plugin/scripts/start";
else {