fw-upgrade.sh 68 B

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