Changes between Version 19 and Version 20 of RB1100AHX4


Ignore:
Timestamp:
12/23/25 15:15:22 (2 months ago)
Author:
krit
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RB1100AHX4

    v19 v20  
    245245script for install alpine as container and start
    246246{{{
     247[admin@MK53] /system/script> print where name=alpine_init
     248Flags: I - invalid
     249 0   name="alpine_init" owner="admin"
     250     policy=ftp,reboot,read,write,policy,test,password,sniff,sensitive,romon
     251     dont-require-permissions=no last-started=2025-12-23 22:06:44 run-count=11 source=
     252       :do {
     253           # --- Certificate Cleanup ---
     254           :put "--- Starting Full Certificate Cleanup ---"
     255           # Find all certificates by their ID. The 'find' command returns a list of internal ID>
     256           :local allCertIds [/certificate find]
     257.....
     258}}}
     259continue following
     260{{{
    247261
    248262:do {