Fix LinuxRemoveDocs.ascx

This commit is contained in:
Svetlana Maleeva 2022-04-20 17:39:09 +03:00
parent ef981fa731
commit 9f538bde0a

View File

@ -28,6 +28,8 @@
<div class="screen_text">
<p>If you run <b>ONLYOFFICE Docs</b> for Linux on your computer there might be some cases when you need to completely remove it from your computer.</p>
<p>This guide will show you how to remove <b>ONLYOFFICE Docs</b> Linux version from your machine.</p>
<div class="notehelp nh_important"><span class="important_notice_label">WARNING</span>By following this user guide all your DocumentServer data will be deleted, please be careful.
</div>
</div>
</div>
</div>
@ -44,6 +46,8 @@
<p>When executing the command, you will see the following warning: "This operation will remove the database which contain all ONLYOFFICE data. It is recommended to take backup before removing the database." Confirm the deletion by selecting <b>Yes</b>.</p>
<p>If you get some warnings "directory not empty so not removed", remove the directories manually:</p>
<pre><code>sudo rm -rvf /etc/onlyoffice /var/www/onlyoffice</code></pre>
<div class="notehelp">All installed prerequisites and components will remain and can be uninstalled separately.
</div>
</div>
</div>