aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2022-06-28 21:53:39 +0200
committerGravatar Christian Hesse <mail@eworm.de>2022-06-28 21:55:30 +0200
commit6fdf115dcf08fc79ea509f641546965ee2193c80 (patch)
tree48bea24723de096f0076b4de9332413a7a403f12
parentfcd6e61849e9df92d3696eb5c5596a0625881d2c (diff)
README: How to remove a script...
-rw-r--r--README.d/13-remove-script.avifbin0 -> 1093 bytes
-rw-r--r--README.md12
2 files changed, 12 insertions, 0 deletions
diff --git a/README.d/13-remove-script.avif b/README.d/13-remove-script.avif
new file mode 100644
index 0000000..a5c7daf
--- /dev/null
+++ b/README.d/13-remove-script.avif
Binary files 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
-------