From 42317ea4d14c7af017c572382de8cd6e6d08139c Mon Sep 17 00:00:00 2001 From: dmacias72 Date: Sat, 20 Feb 2016 12:37:09 -0700 Subject: [PATCH] change restore wording from clean to new --- source/shellinabox-plugin/etc/rc.d/rc.shellinaboxd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/shellinabox-plugin/etc/rc.d/rc.shellinaboxd b/source/shellinabox-plugin/etc/rc.d/rc.shellinaboxd index 5abff3dc..6a30fff2 100755 --- a/source/shellinabox-plugin/etc/rc.d/rc.shellinaboxd +++ b/source/shellinabox-plugin/etc/rc.d/rc.shellinaboxd @@ -91,7 +91,7 @@ shellinaboxd_restore() { sleep 1 tar -zxf $PLGPATH/home_directory.tar.gz -p -C / > /dev/null 2>&1 else - echo "Backup is not enabled or home directory is not clean" + echo "Backup is not enabled or home directory is not new" fi }