heartbeat / heartbeat-tek.setup.sh /
Yanik Cawidrone Init
2af1abf 3 months ago
1 contributor
11 lines | 0.273kb
#!/bin/bash

INFILE="heartbeat-tek.tgz"
OUTDIR="/home/actility"
tar xf $INFILE -C $OUTDIR

echo '@reboot /home/actility/heartbeat-run.sh' | tee -a /var/spool/cron/root

echo "--------------------------------"
echo "Please reboot..."
echo "--------------------------------"