restart-upload.sh 135 B

123456789
  1. #!/bin/sh
  2. export basedir=/home/syjy/ipfcstV3
  3. export bindir=$basedir/bin
  4. sh $bindir/stop-spare2.sh
  5. sh $bindir/start-spare2.sh
  6. exit 0