gogo
parent
23e28a23b6
commit
2162547522
|
|
@ -57,10 +57,11 @@ _mayhem_party() {
|
||||||
log launching mayhem-party
|
log launching mayhem-party
|
||||||
#(
|
#(
|
||||||
source ../../config.d/mayhem-party.d/env.env
|
source ../../config.d/mayhem-party.d/env.env
|
||||||
while true; do
|
#while true; do
|
||||||
|
export DEBUG=true
|
||||||
"$HOME"/Go/bin/mayhem-party
|
"$HOME"/Go/bin/mayhem-party
|
||||||
sleep 5
|
# sleep 5
|
||||||
done
|
#done
|
||||||
#) &
|
#) &
|
||||||
#) &> /tmp/mayhem-party.mayhem-party.log &
|
#) &> /tmp/mayhem-party.mayhem-party.log &
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue