fw-upgrade.sh 69 B

1234567
  1. #!/bin/sh
  2. sleep 2
  3. sysupgrade -q $1 ##> /tmp/fw-upgrade.log
  4. exit 0