diff --git a/plugins/cmdline.plg b/plugins/cmdline.plg
index 66e11f63..f91886d7 100755
--- a/plugins/cmdline.plg
+++ b/plugins/cmdline.plg
@@ -3,7 +3,7 @@
-
+
@@ -20,6 +20,9 @@ This Plugin installs and controls shellinabox for unRaid 6.1 All dependencies a
-->
+###2016.10.22
+- fix: ip connection for 6.2+
+- add: tabs for terminal and settings
###2016.06.14
- add: dynamix plugin update api
- add: help content
@@ -93,7 +96,7 @@ This Plugin installs and controls shellinabox for unRaid 6.1 All dependencies a
-
+
&pkgURL;/shellinabox-2.20-x86_64-2.txz
59ed3289a33c40fecf95c8da658a8bd8
@@ -148,24 +151,6 @@ if [ "${sum1:0:32}" != "${sum2:0:32}" ]; then
rm &plgPATH;/&plgNAME;.md5
exit 1
else
- #remove old plugin and move old files
- OLDPLG="/boot/config/plugins/shellinabox-plugin"
- if [ -d /usr/local/emhttp/plugins/shellinabox ]; then
- rm -rf /usr/local/emhttp/plugins/shellinabox
- fi
- if [ -d /usr/local/emhttp/plugins/shellinabox-plugin ]; then
- rm -rf /usr/local/emhttp/plugins/shellinabox-plugin
- fi
- if [ -f $OLDPLG/shellinabox-plugin.cfg ]; then
- mv -f $OLDPLG/shellinabox-plugin.cfg &plgPATH;/cmdline.cfg
- fi
- if [ -f $OLDPLG/home_directory.tar.gz ]; then
- mv -f $OLDPLG/home_directory.tar.gz &plgPATH;/home_directory.tar.gz
- fi
- if [ -d $OLDPLG ]; then
- rm -rf $OLDPLG
- fi
-
# upgrade package
upgradepkg --install-new &plgPATH;/&plgNAME;.txz
diff --git a/plugins/cmdline.xml b/plugins/cmdline.xml
index 1867c1c5..eef6ba2b 100644
--- a/plugins/cmdline.xml
+++ b/plugins/cmdline.xml
@@ -11,8 +11,11 @@ Command Line implements Shell In A Box. A web server that can export arbitrary c
http://lime-technology.com/forum/index.php?topic=42683.0
https://raw.githubusercontent.com/dmacias72/unRAID-plugins/master/plugins/cmdline.png
-2016-06-14
+2016-10-22
+###2016.10.22
+- fix: ip connection for 6.2+
+- add: tabs for terminal and settings
###2016.06.14
- add: dynamix plugin update api
- add: help content