diff options
author | Christian Hesse <mail@eworm.de> | 2021-06-23 00:43:42 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2021-06-23 08:38:44 +0200 |
commit | 420986fdfcaee163da10e5e8c6376b6e178c025c (patch) | |
tree | 00c57ba216caeed59051f7eeb66487977fbc5e4d /upload-backup | |
parent | 06a0f42039008120bd256680b9433033eca2f5e1 (diff) |
packages-update: use 'provides' to find backup scripts
Diffstat (limited to 'upload-backup')
-rw-r--r-- | upload-backup | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/upload-backup b/upload-backup index d79039a..cde847c 100644 --- a/upload-backup +++ b/upload-backup @@ -3,6 +3,8 @@ # Copyright (c) 2013-2021 Christian Hesse <mail@eworm.de> # https://git.eworm.de/cgit/routeros-scripts/about/COPYING.md # +# provides: backup-script +# # create and upload backup and config file # https://git.eworm.de/cgit/routeros-scripts/about/doc/upload-backup.md |