Fix typo in waku binary name

This commit is contained in:
Benjamin Arntzen 2024-09-16 07:12:20 -04:00
parent 4df7a77d0f
commit 5d0b6ce5f3
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ spec:
echo ENRs are $ENR1 $ENR2 $ENR3
HOSTNAME=$(hostname)
TIMESTAMP=$(date +%Y%m%d-%H%M%S)
/usr/bin/wakun \
/usr/bin/waku \
--relay=true \
--max-connections=150 \
--rest=true \