change restore wording from clean to new

This commit is contained in:
dmacias72 2016-02-20 12:37:09 -07:00
parent fb84f835d6
commit 42317ea4d1

View File

@ -91,7 +91,7 @@ shellinaboxd_restore() {
sleep 1 sleep 1
tar -zxf $PLGPATH/home_directory.tar.gz -p -C / > /dev/null 2>&1 tar -zxf $PLGPATH/home_directory.tar.gz -p -C / > /dev/null 2>&1
else else
echo "Backup is not enabled or home directory is not clean" echo "Backup is not enabled or home directory is not new"
fi fi
} }