diff options
Diffstat (limited to 'script2script')
-rw-r--r-- | script2script | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/script2script b/script2script new file mode 100644 index 0000000..dc4c5d8 --- /dev/null +++ b/script2script @@ -0,0 +1,6 @@ +# RouterOS script: script2script +# Copyright (c) 2013-2018 Christian Hesse <mail@eworm.de> +# +# change owner to "script" + +/ system script set owner=script [ find where owner!="script" ]; |