added sturcture for updates
This commit is contained in:
parent
cd5280b9b0
commit
5a16f5172d
@ -1,7 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
(date && test.sh) >> /var/lib/beacons/awesome.log
|
||||
|
||||
exec 3>&1 4>&2
|
||||
trap 'exec 2>&4 1>&3' 0 1 2 3
|
||||
exec 1> /var/lib/beacons/awesome.log 2>&1
|
||||
|
||||
#### CHECK TO SEE IF IT HAS BEEN RUN BEFORE ####
|
||||
|
Loading…
Reference in New Issue
Block a user