Changes between Version 21 and Version 22 of RB1100AHX4


Ignore:
Timestamp:
12/23/25 16:06:22 (2 weeks ago)
Author:
krit
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RB1100AHX4

    v21 v22  
    326326    /container shell $newcid cmd="apk update"
    327327    :delay 5s
    328     /container shell $newcid cmd="apk add --no-cache python3 tzdata inetutils-telnet busybox-ext>
     328    /container shell $newcid cmd="apk add --no-cache python3 tzdata inetutils-telnet busybox-extras"
    329329    :delay 5s
    330330    /container shell $newcid cmd="ln -s /usr/share/zoneinfo/Asia/Bangkok /etc/localtime"
     
    356356               :log warning "Container '$containerName' does NOT exist."
    357357           } else={
    358                :local isRunning [/container print count-only where name=$containerName and runni>
     358               :local isRunning [/container print count-only where name=$containerName and running=yes]
    359359       
    360360               :if ($isRunning = 1) do={