From 6fdf115dcf08fc79ea509f641546965ee2193c80 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Tue, 28 Jun 2022 21:53:39 +0200 Subject: README: How to remove a script... --- README.d/13-remove-script.avif | Bin 0 -> 1093 bytes README.md | 12 ++++++++++++ 2 files changed, 12 insertions(+) create mode 100644 README.d/13-remove-script.avif diff --git a/README.d/13-remove-script.avif b/README.d/13-remove-script.avif new file mode 100644 index 0000000..a5c7daf Binary files /dev/null and b/README.d/13-remove-script.avif differ diff --git a/README.md b/README.md index 6eb035f..b4d0bdf 100644 --- a/README.md +++ b/README.md @@ -240,6 +240,18 @@ without modification. Starting a script's name with `mod/` makes it a module and it is run automatically by `global-functions`. +Removing a script +----------------- + +There is no specific function for script removal. Just remove it from +configuration... + + /system/script/remove to-be-removed; + +![screenshot: remove script](README.d/13-remove-script.avif) + +Possibly a scheduler and other configuration has to be removed as well. + Contact ------- -- cgit v1.2.3-54-g00ecf