From c960fdab2accb5cca8170e8bb6e5e3c41e35dc6c Mon Sep 17 00:00:00 2001 From: Heuzef Date: Fri, 22 Nov 2019 11:18:14 +0100 Subject: [PATCH] Update Reademe --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 74c7c9e..4b6930e 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,12 @@ Verifying BackupPC Backups ``cd /root ; git clone ssh://gitea@gitea.fws.fr:3222/fws/BackupPC-Check.git ; sh /root/BackupPC-Check/update.sh`` +## Declare the new Action + +Edit ``/usr/share/BackupPC/sbin/BackupPC_Admin.pl`` file to add this line in **%ActionDispatch** array : + +``"check" => "Check",`` + ## Add menu link Edit config -> CGI -> CgiNavBarLinks and add name "Check" with link "?action=check".