wpc-tools 203 B

1234567891011121314
  1. #!/bin/sh /etc/rc.common
  2. # Copyright (C) 2022 DSR!
  3. START=99
  4. start() {
  5. wpc-tools correct_sd_mount
  6. wpc-tools missing_packages
  7. wpc-tools handle_lost_phys
  8. }
  9. boot() {
  10. start
  11. }