Browse Source

Make sure second arg gets passed from m_notary to m_notary_run

fix-mnotary_arg
Luke Childs 7 years ago
parent
commit
b5d22f9444
  1. 2
      iguana/m_notary

2
iguana/m_notary

@ -2,4 +2,4 @@
pkill -15 iguana pkill -15 iguana
rm -f ../agents/iguana *.o rm -f ../agents/iguana *.o
git pull git pull
./m_notary_run $1 ./m_notary_run $1 $2

Loading…
Cancel
Save