summaryrefslogtreecommitdiffstats
path: root/Tools/portbuild/scripts/checkmachines.sh
blob: 5bb30ae7c0c7b7c56c93282635c18daa434e2774 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh
#
# Start the checkmachines script in the background, at system startup.

s=/var/portbuild/scripts/checkmachines

if [ -x $s ]; then
  $s &
  echo -n ' checkmachines'
fi
OpenPOWER on IntegriCloud