From 45e3a2c615b2c73f8d8aa6c0d683810cacd580f5 Mon Sep 17 00:00:00 2001 From: Eugene Chow Date: Mon, 4 Jun 2018 15:14:22 +0800 Subject: [PATCH] Added backup flag to patch command --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1b8e0de..809a774 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@ Please be aware that this enhancment uses the FreeNAS APIs and NOT the ssh/scp l 1. First use the following commands to patch the needed files forthe FreeNAS Interface ```bash - patch /usr/share/pve-manager/js/pvemanagerlib.js < pve-manager/js/pvemanagerlib.js.patch - patch /usr/share/perl5/PVE/Storage/ZFSPlugin.pm < perl5/PVE/Storage/ZFSPlugin.pm.patch - patch /usr/share/pve-docs/api-viewer/apidoc.js < pve-docs/api-viewer/apidoc.js.patch + patch -b /usr/share/pve-manager/js/pvemanagerlib.js < pve-manager/js/pvemanagerlib.js.patch + patch -b /usr/share/perl5/PVE/Storage/ZFSPlugin.pm < perl5/PVE/Storage/ZFSPlugin.pm.patch + patch -b /usr/share/pve-docs/api-viewer/apidoc.js < pve-docs/api-viewer/apidoc.js.patch ``` 1. Use the following commands to copy the needed files for the FreeNAS